#055074

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

Shades of Dark Cerulean #055074

Tints of Dark Cerulean #055074

Color information

#055074 (or 0x055074) is unknown color: approx Dark Cerulean. HEX triplet: 05, 50 and 74. RGB value is (5,80,116). Sum of RGB (Red+Green+Blue) = 5+80+116=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #055074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055074 is #FAAF8B. Grayscale: #3D3D3D. Windows color (decimal): -16428940 or 7622661. OLE color: 7622661.

HSL color Cylindrical-coordinate representation of color #055074: hue angle of 199.46º 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 #055074 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB580116-
CMYK0.960.3100.55
HSL199.46º91.74%23.73%-
HSV(B)199.46º95.69%45.49%-
XYZ6.087.0317.56-
YUV61.68158.6587.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 116 (45.70% from 255) = 57.71%
R=2.49%
G=39.80%
B=57.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5801160.960.3100.55199.4691.7423.73
Hex55074601F037c75c18
Octal51201641403706730713430
Binary10110100001110100110000011111011011111000111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055074; }

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

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

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

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

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

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

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

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