Html Css Color HEX #0552AC Cobalt

📋 copy color: '#0552AC'

red 5 ◦ green 82 ◦ blue 172

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

Shades of Cobalt #0552AC

Tints of Cobalt #0552AC

RGB

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

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

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

R = 1.93%
G = 31.66%
B = 66.41%

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

#0552AC (or 0x0552AC) is known color: Cobalt. HEX triplet: 05, 52 and AC. RGB value is (5,82,172). Sum of RGB (Red+Green+Blue) = 5+82+172=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #0552AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0552AC is #FAAD53. Grayscale: #444444. Windows color (decimal): -16428372 or 11293189. OLE color: 11293189.

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

Color convert

RGB 5 82 172 -
CMYK 0.97 0.52 0 0.33
HSL 212.34º 0.94% 0.35% -
HSV(B) 212.34º 0.97% 0.67% -
XYZ 10.53 9.05 40.22 -
YUV 69.24 185.99 82.18 -
System Red Green Blue C M Y K H S L
Decimal 5 82 172 0.97 0.52 0 0.33 212.34 0.94 0.35
Hex 5 52 AC 61 34 0 21 D4 5E 23
Octal 5 122 254 141 64 0 41 324 136 43
Binary 101 1010010 10101100 1100001 110100 0 100001 11010100 1011110 100011

Color Harmonies of #0552AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552AC

Black with #0552AC

Text Example


Text Example

White with #0552AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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