#05537E

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

Shades of Dark Cerulean #05537E

Tints of Dark Cerulean #05537E

Color information

#05537E (or 0x05537E) is unknown color: approx Dark Cerulean. HEX triplet: 05, 53 and 7E. RGB value is (5,83,126). Sum of RGB (Red+Green+Blue) = 5+83+126=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #05537E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05537E is #FAAC81. Grayscale: #404040. Windows color (decimal): -16428162 or 8278789. OLE color: 8278789.

HSL color Cylindrical-coordinate representation of color #05537E: hue angle of 201.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05537E is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB583126-
CMYK0.960.3400.51
HSL201.32º92.37%25.69%-
HSV(B)201.32º96.03%49.41%-
XYZ6.927.7320.86-
YUV64.58162.6685.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 126 (49.61% from 255) = 58.88%
R=2.34%
G=38.79%
B=58.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5831260.960.3400.51201.3292.3725.69
Hex5537E6022033c95c1a
Octal51231761404206331113432
Binary101101001111111101100000100010011001111001001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,83,126); }

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

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

 a { background-color: rgb(5,83,126); }

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

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

 span { border-color: rgb(5,83,126); }

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