#0552C3

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

Shades of Denim #0552C3

Tints of Denim #0552C3

Color information

#0552C3 (or 0x0552C3) is unknown color: approx Denim. HEX triplet: 05, 52 and C3. RGB value is (5,82,195). Sum of RGB (Red+Green+Blue) = 5+82+195=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 195 (76.56% from 255 or 69.15% from 282); Max value from RGB is 195 - color contains mainly: blue. Hex color #0552C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552C3 is #FAAD3C. Grayscale: #474747. Windows color (decimal): -16428349 or 12800517. OLE color: 12800517.

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

Color convert

RGB582195-
CMYK0.970.5800.24
HSL215.68º95%39.22%-
HSV(B)215.68º97.44%76.47%-
XYZ12.9310.0152.88-
YUV71.86197.4980.31-

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) = 29.08%
BLUE value IS 195 (76.56% from 255) = 69.15%
R=1.77%
G=29.08%
B=69.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal5821950.970.5800.24215.689539.22
Hex552C3613A018d85f27
Octal51223031417203033013747
Binary1011010010110000111100001111010011000110110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0552C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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