#05547C

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

Shades of Dark Cerulean #05547C

Tints of Dark Cerulean #05547C

Color information

#05547C (or 0x05547C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 54 and 7C. RGB value is (5,84,124). Sum of RGB (Red+Green+Blue) = 5+84+124=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #05547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05547C is #FAAB83. Grayscale: #404040. Windows color (decimal): -16427908 or 8147973. OLE color: 8147973.

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

Color convert

RGB584124-
CMYK0.960.3200.51
HSL200.17º92.25%25.29%-
HSV(B)200.17º95.97%48.63%-
XYZ6.877.8320.22-
YUV64.94161.3385.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 124 (48.83% from 255) = 58.22%
R=2.35%
G=39.44%
B=58.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5841240.960.3200.51200.1792.2525.29
Hex5547C6020033c85c19
Octal51241741404006331013431
Binary101101010011111001100000100000011001111001000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05547C; }

 p { color: rgb(5,84,124); }

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

<style>
 a { background-color: #05547C; }

 a { background-color: rgb(5,84,124); }

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

<style>
 span { border-color: #05547C; }

 span { border-color: rgb(5,84,124); }

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