Html Css Color HEX #055DA2 Cobalt

📋 copy color: '#055DA2'

red 5 ◦ green 93 ◦ blue 162

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

Shades of Cobalt #055DA2

Tints of Cobalt #055DA2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.77%

 BLUE value IS 162 (63.67% from 255) = 62.31%

R = 1.92%
G = 35.77%
B = 62.31%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#055DA2 (or 0x055DA2) is known color: Cobalt. HEX triplet: 05, 5D and A2. RGB value is (5,93,162). Sum of RGB (Red+Green+Blue) = 5+93+162=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #055DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055DA2 is #FAA25D. Grayscale: #4A4A4A. Windows color (decimal): -16425566 or 10640645. OLE color: 10640645.

HSL color Cylindrical-coordinate representation of color #055DA2: hue angle of 206.37º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055DA2 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 93 162 -
CMYK 0.97 0.43 0 0.36
HSL 206.37º 0.94% 0.33% -
HSV(B) 206.37º 0.97% 0.64% -
XYZ 10.5 10.47 35.65 -
YUV 74.55 177.35 78.39 -
System Red Green Blue C M Y K H S L
Decimal 5 93 162 0.97 0.43 0 0.36 206.37 0.94 0.33
Hex 5 5D A2 61 2B 0 24 CE 5E 21
Octal 5 135 242 141 53 0 44 316 136 41
Binary 101 1011101 10100010 1100001 101011 0 100100 11001110 1011110 100001

Color Harmonies of #055DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DA2

Black with #055DA2

Text Example


Text Example

White with #055DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055DA2; }

 p { color: rgb(5,93,162); }

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

background-color css

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

 a { background-color: rgb(5,93,162); }

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

border-color css

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

 span { border-color: rgb(5,93,162); }

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