#05528E

Color #05528E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #05528E

Tints of Dark Cerulean #05528E

Color information

#05528E (or 0x05528E) is unknown color: approx Dark Cerulean. HEX triplet: 05, 52 and 8E. RGB value is (5,82,142). Sum of RGB (Red+Green+Blue) = 5+82+142=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #05528E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05528E is #FAAD71. Grayscale: #414141. Windows color (decimal): -16428402 or 9327109. OLE color: 9327109.

HSL color Cylindrical-coordinate representation of color #05528E: hue angle of 206.28º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05528E is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB582142-
CMYK0.960.4200.44
HSL206.28º93.2%28.82%-
HSV(B)206.28º96.48%55.69%-
XYZ7.968.0226.72-
YUV65.82170.9984.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=2.18%
G=35.81%
B=62.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5821420.960.4200.44206.2893.228.82
Hex5528E602A02Cce5d1d
Octal51222161405205431613535
Binary1011010010100011101100000101010010110011001110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05528E; }

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

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

<style>
 a { background-color: #05528E; }

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

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

<style>
 span { border-color: #05528E; }

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

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