Html Css Color HEX #055CAC Cobalt

📋 copy color: '#055CAC'

red 5 ◦ green 92 ◦ blue 172

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

Shades of Cobalt #055CAC

Tints of Cobalt #055CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

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

R = 1.86%
G = 34.2%
B = 63.94%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#055CAC (or 0x055CAC) is known color: Cobalt. HEX triplet: 05, 5C and AC. RGB value is (5,92,172). Sum of RGB (Red+Green+Blue) = 5+92+172=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #055CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055CAC is #FAA353. Grayscale: #4A4A4A. Windows color (decimal): -16425812 or 11295749. OLE color: 11295749.

HSL color Cylindrical-coordinate representation of color #055CAC: hue angle of 208.74º 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 #055CAC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 92 172 -
CMYK 0.97 0.47 0 0.33
HSL 208.74º 0.94% 0.35% -
HSV(B) 208.74º 0.97% 0.67% -
XYZ 11.34 10.67 40.49 -
YUV 75.11 182.68 78 -
System Red Green Blue C M Y K H S L
Decimal 5 92 172 0.97 0.47 0 0.33 208.74 0.94 0.35
Hex 5 5C AC 61 2F 0 21 D1 5E 23
Octal 5 134 254 141 57 0 41 321 136 43
Binary 101 1011100 10101100 1100001 101111 0 100001 11010001 1011110 100011

Color Harmonies of #055CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CAC

Black with #055CAC

Text Example


Text Example

White with #055CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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