#0552c4

Color #0552C4 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0552C4

Tints of Denim #0552C4

Color information

#0552C4 (or 0x0552C4) is unknown color: approx Denim. HEX triplet: 05, 52 and C4. RGB value is (5,82,196). Sum of RGB (Red+Green+Blue) = 5+82+196=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #0552C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552C4 is #FAAD3B. Grayscale: #474747. Windows color (decimal): -16428348 or 12866053. OLE color: 12866053.

HSL color Cylindrical-coordinate representation of color #0552C4: hue angle of 215.81º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0552C4 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB582196-
CMYK0.970.5800.23
HSL215.81º95.02%39.41%-
HSV(B)215.81º97.45%76.86%-
XYZ13.0410.0553.48-
YUV71.97197.9980.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 196 (76.95% from 255) = 69.26%
R=1.77%
G=28.98%
B=69.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal5821960.970.5800.23215.8195.0239.41
Hex552C4613A017d85f27
Octal51223041417202733013747
Binary1011010010110001001100001111010010111110110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0552c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0552c4; }

 p { color: rgb(5,82,196); }

 H1.HeaderClassName
 {
   color: #0552c4;
 }
 .AnyTagClassName
 {
   color: #0552c4;
 }
</style>
background-color css

<style>
 a { background-color: #0552c4; }

 a { background-color: rgb(5,82,196); }

 div.DivClassName
 {
   background-color: #0552c4;
 }
 .BgClassName
 {
   background-color: #0552c4;
 }
</style>
border-color css

<style>
 span { border-color: #0552c4; }

 span { border-color: rgb(5,82,196); }

 td.TdClassName
 {
   border-color: #0552c4;
 }
 .TagClassName
 {
   border-color: #0552c4;
 }
</style>