Html Css Color HEX #0552AB Cobalt

📋 copy color: '#0552AB'

red 5 ◦ green 82 ◦ blue 171

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

Shades of Cobalt #0552AB

Tints of Cobalt #0552AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

 BLUE value IS 171 (67.19% from 255) = 66.28%

R = 1.94%
G = 31.78%
B = 66.28%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0552AB (or 0x0552AB) is known color: Cobalt. HEX triplet: 05, 52 and AB. RGB value is (5,82,171). Sum of RGB (Red+Green+Blue) = 5+82+171=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #0552AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0552AB is #FAAD54. Grayscale: #444444. Windows color (decimal): -16428373 or 11227653. OLE color: 11227653.

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

Color convert

RGB 5 82 171 -
CMYK 0.97 0.52 0 0.33
HSL 212.17º 0.94% 0.35% -
HSV(B) 212.17º 0.97% 0.67% -
XYZ 10.43 9.01 39.72 -
YUV 69.12 185.49 82.26 -
System Red Green Blue C M Y K H S L
Decimal 5 82 171 0.97 0.52 0 0.33 212.17 0.94 0.35
Hex 5 52 AB 61 34 0 21 D4 5E 23
Octal 5 122 253 141 64 0 41 324 136 43
Binary 101 1010010 10101011 1100001 110100 0 100001 11010100 1011110 100011

Color Harmonies of #0552AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552AB

Black with #0552AB

Text Example


Text Example

White with #0552AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0552AB; }

 p { color: rgb(5,82,171); }

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

background-color css

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

 a { background-color: rgb(5,82,171); }

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

border-color css

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

 span { border-color: rgb(5,82,171); }

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