Html Css Color HEX #055AAE Cobalt

📋 copy color: '#055AAE'

red 5 ◦ green 90 ◦ blue 174

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

Shades of Cobalt #055AAE

Tints of Cobalt #055AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 174 (68.36% from 255) = 64.68%

R = 1.86%
G = 33.46%
B = 64.68%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#055AAE (or 0x055AAE) is known color: Cobalt. HEX triplet: 05, 5A and AE. RGB value is (5,90,174). Sum of RGB (Red+Green+Blue) = 5+90+174=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #055AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055AAE is #FAA551. Grayscale: #494949. Windows color (decimal): -16426322 or 11426309. OLE color: 11426309.

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

Color convert

RGB 5 90 174 -
CMYK 0.97 0.48 0 0.32
HSL 209.82º 0.94% 0.35% -
HSV(B) 209.82º 0.97% 0.68% -
XYZ 11.36 10.4 41.45 -
YUV 74.16 184.34 78.67 -
System Red Green Blue C M Y K H S L
Decimal 5 90 174 0.97 0.48 0 0.32 209.82 0.94 0.35
Hex 5 5A AE 61 30 0 20 D2 5E 23
Octal 5 132 256 141 60 0 40 322 136 43
Binary 101 1011010 10101110 1100001 110000 0 100000 11010010 1011110 100011

Color Harmonies of #055AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055AAE

Black with #055AAE

Text Example


Text Example

White with #055AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,90,174); }

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

background-color css

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

 a { background-color: rgb(5,90,174); }

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

border-color css

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

 span { border-color: rgb(5,90,174); }

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