Html Css Color HEX #0558AC Cobalt

📋 copy color: '#0558AC'

red 5 ◦ green 88 ◦ blue 172

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

Shades of Cobalt #0558AC

Tints of Cobalt #0558AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

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

R = 1.89%
G = 33.21%
B = 64.91%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0558AC (or 0x0558AC) is known color: Cobalt. HEX triplet: 05, 58 and AC. RGB value is (5,88,172). Sum of RGB (Red+Green+Blue) = 5+88+172=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #0558AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0558AC is #FAA753. Grayscale: #484848. Windows color (decimal): -16426836 or 11294725. OLE color: 11294725.

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

Color convert

RGB 5 88 172 -
CMYK 0.97 0.49 0 0.33
HSL 210.18º 0.94% 0.35% -
HSV(B) 210.18º 0.97% 0.67% -
XYZ 11 9.99 40.38 -
YUV 72.76 184 79.67 -
System Red Green Blue C M Y K H S L
Decimal 5 88 172 0.97 0.49 0 0.33 210.18 0.94 0.35
Hex 5 58 AC 61 31 0 21 D2 5E 23
Octal 5 130 254 141 61 0 41 322 136 43
Binary 101 1011000 10101100 1100001 110001 0 100001 11010010 1011110 100011

Color Harmonies of #0558AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558AC

Black with #0558AC

Text Example


Text Example

White with #0558AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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