#05507F

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

Shades of Dark Cerulean #05507F

Tints of Dark Cerulean #05507F

Color information

#05507F (or 0x05507F) is unknown color: approx Dark Cerulean. HEX triplet: 05, 50 and 7F. RGB value is (5,80,127). Sum of RGB (Red+Green+Blue) = 5+80+127=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #05507F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05507F is #FAAF80. Grayscale: #3E3E3E. Windows color (decimal): -16428929 or 8343557. OLE color: 8343557.

HSL color Cylindrical-coordinate representation of color #05507F: hue angle of 203.11º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05507F is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB580127-
CMYK0.960.3700.50
HSL203.11º92.42%25.88%-
HSV(B)203.11º96.06%49.8%-
XYZ6.767.321.13-
YUV62.93164.1586.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 127 (50% from 255) = 59.91%
R=2.36%
G=37.74%
B=59.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5801270.960.3700.50203.1192.4225.88
Hex5507F6025032cb5c1a
Octal51201771404506231313432
Binary101101000011111111100000100101011001011001011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05507F; }

 p { color: rgb(5,80,127); }

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

<style>
 a { background-color: #05507F; }

 a { background-color: rgb(5,80,127); }

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

<style>
 span { border-color: #05507F; }

 span { border-color: rgb(5,80,127); }

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