Html Css Color HEX #055DAC Cobalt

📋 copy color: '#055DAC'

red 5 ◦ green 93 ◦ blue 172

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

Shades of Cobalt #055DAC

Tints of Cobalt #055DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 1.85%
G = 34.44%
B = 63.7%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#055DAC (or 0x055DAC) is known color: Cobalt. HEX triplet: 05, 5D and AC. RGB value is (5,93,172). Sum of RGB (Red+Green+Blue) = 5+93+172=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #055DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055DAC is #FAA253. Grayscale: #4B4B4B. Windows color (decimal): -16425556 or 11296005. OLE color: 11296005.

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

Color convert

RGB 5 93 172 -
CMYK 0.97 0.46 0 0.33
HSL 208.38º 0.94% 0.35% -
HSV(B) 208.38º 0.97% 0.67% -
XYZ 11.42 10.84 40.52 -
YUV 75.69 182.35 77.58 -
System Red Green Blue C M Y K H S L
Decimal 5 93 172 0.97 0.46 0 0.33 208.38 0.94 0.35
Hex 5 5D AC 61 2E 0 21 D0 5E 23
Octal 5 135 254 141 56 0 41 320 136 43
Binary 101 1011101 10101100 1100001 101110 0 100001 11010000 1011110 100011

Color Harmonies of #055DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DAC

Black with #055DAC

Text Example


Text Example

White with #055DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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