Html Css Color HEX #055682 Dark Cerulean

📋 copy color: '#055682'

red 5 ◦ green 86 ◦ blue 130

#055682
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #055682

Tints of Dark Cerulean #055682

RGB

 RED value IS 5 (2.34% from 255) = 2.26%

 GREEN value IS 86 (33.98% from 255) = 38.91%

 BLUE value IS 130 (51.17% from 255) = 58.82%

R = 2.26%
G = 38.91%
B = 58.82%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#055682 (or 0x055682) is known color: Dark Cerulean. HEX triplet: 05, 56 and 82. RGB value is (5,86,130). Sum of RGB (Red+Green+Blue) = 5+86+130=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #055682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055682 is #FAA97D. Grayscale: #424242. Windows color (decimal): -16427390 or 8541701. OLE color: 8541701.

HSL color Cylindrical-coordinate representation of color #055682: hue angle of 201.12º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055682 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 86 130 -
CMYK 0.96 0.34 0 0.49
HSL 201.12º 0.93% 0.26% -
HSV(B) 201.12º 0.96% 0.51% -
XYZ 7.42 8.3 22.33 -
YUV 66.8 163.66 83.92 -
System Red Green Blue C M Y K H S L
Decimal 5 86 130 0.96 0.34 0 0.49 201.12 0.93 0.26
Hex 5 56 82 60 22 0 31 C9 5D 1A
Octal 5 126 202 140 42 0 61 311 135 32
Binary 101 1010110 10000010 1100000 100010 0 110001 11001001 1011101 11010

Color Harmonies of #055682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055682

Black with #055682

Text Example


Text Example

White with #055682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055682; }

 p { color: rgb(5,86,130); }

 H1.HeaderClassName
 {
   color: #055682;
 }
 .AnyTagClassName
 {
   color: #055682;
 }
</style>

background-color css

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

 a { background-color: rgb(5,86,130); }

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

border-color css

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

 span { border-color: rgb(5,86,130); }

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