#055086

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

Shades of Dark Cerulean #055086

Tints of Dark Cerulean #055086

Color information

#055086 (or 0x055086) is unknown color: approx Dark Cerulean. HEX triplet: 05, 50 and 86. RGB value is (5,80,134). Sum of RGB (Red+Green+Blue) = 5+80+134=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #055086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055086 is #FAAF79. Grayscale: #3F3F3F. Windows color (decimal): -16428922 or 8802309. OLE color: 8802309.

HSL color Cylindrical-coordinate representation of color #055086: hue angle of 205.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055086 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB580134-
CMYK0.960.4000.47
HSL205.12º92.81%27.25%-
HSV(B)205.12º96.27%52.55%-
XYZ7.237.4923.62-
YUV63.73167.6586.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=2.28%
G=36.53%
B=61.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5801340.960.4000.47205.1292.8127.25
Hex55086602802Fcd5d1b
Octal51202061405005731513533
Binary1011010000100001101100000101000010111111001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055086; }

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

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

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

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

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

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

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

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