#055073

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

Shades of Dark Cerulean #055073

Tints of Dark Cerulean #055073

Color information

#055073 (or 0x055073) is unknown color: approx Dark Cerulean. HEX triplet: 05, 50 and 73. RGB value is (5,80,115). Sum of RGB (Red+Green+Blue) = 5+80+115=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #055073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055073 is #FAAF8C. Grayscale: #3D3D3D. Windows color (decimal): -16428941 or 7557125. OLE color: 7557125.

HSL color Cylindrical-coordinate representation of color #055073: hue angle of 199.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055073 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB580115-
CMYK0.960.3000.55
HSL199.09º91.67%23.53%-
HSV(B)199.09º95.65%45.1%-
XYZ6.037.0117.25-
YUV61.56158.1587.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=2.5%
G=40%
B=57.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5801150.960.3000.55199.0991.6723.53
Hex55073601E037c75c18
Octal51201631403606730713430
Binary10110100001110011110000011110011011111000111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055073; }

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

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

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

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

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

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

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

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