Html Css Color HEX #0558B3 Cobalt

📋 copy color: '#0558B3'

red 5 ◦ green 88 ◦ blue 179

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

Shades of Cobalt #0558B3

Tints of Cobalt #0558B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 65.81%

R = 1.84%
G = 32.35%
B = 65.81%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0558B3 (or 0x0558B3) is known color: Cobalt. HEX triplet: 05, 58 and B3. RGB value is (5,88,179). Sum of RGB (Red+Green+Blue) = 5+88+179=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #0558B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0558B3 is #FAA74C. Grayscale: #494949. Windows color (decimal): -16426829 or 11753477. OLE color: 11753477.

HSL color Cylindrical-coordinate representation of color #0558B3: hue angle of 211.38º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0558B3 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 88 179 -
CMYK 0.97 0.51 0 0.30
HSL 211.38º 0.95% 0.36% -
HSV(B) 211.38º 0.97% 0.7% -
XYZ 11.69 10.27 44.01 -
YUV 73.56 187.5 79.1 -
System Red Green Blue C M Y K H S L
Decimal 5 88 179 0.97 0.51 0 0.30 211.38 0.95 0.36
Hex 5 58 B3 61 33 0 1E D3 5F 24
Octal 5 130 263 141 63 0 36 323 137 44
Binary 101 1011000 10110011 1100001 110011 0 11110 11010011 1011111 100100

Color Harmonies of #0558B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558B3

Black with #0558B3

Text Example


Text Example

White with #0558B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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