#05517B

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

Shades of Dark Cerulean #05517B

Tints of Dark Cerulean #05517B

Color information

#05517B (or 0x05517B) is unknown color: approx Dark Cerulean. HEX triplet: 05, 51 and 7B. RGB value is (5,81,123). Sum of RGB (Red+Green+Blue) = 5+81+123=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #05517B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05517B is #FAAE84. Grayscale: #3E3E3E. Windows color (decimal): -16428677 or 8081669. OLE color: 8081669.

HSL color Cylindrical-coordinate representation of color #05517B: hue angle of 201.36º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05517B is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB581123-
CMYK0.960.3400.52
HSL201.36º92.19%25.1%-
HSV(B)201.36º95.93%48.24%-
XYZ6.587.3519.81-
YUV63.06161.8286.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=2.39%
G=38.76%
B=58.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5811230.960.3400.52201.3692.1925.1
Hex5517B6022034c95c19
Octal51211731404206431113431
Binary101101000111110111100000100010011010011001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05517B; }

 p { color: rgb(5,81,123); }

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

<style>
 a { background-color: #05517B; }

 a { background-color: rgb(5,81,123); }

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

<style>
 span { border-color: #05517B; }

 span { border-color: rgb(5,81,123); }

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