Html Css Color HEX #0558BE Denim

📋 copy color: '#0558BE'

red 5 ◦ green 88 ◦ blue 190

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

Shades of Denim #0558BE

Tints of Denim #0558BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.14%

R = 1.77%
G = 31.1%
B = 67.14%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0558BE (or 0x0558BE) is known color: Denim. HEX triplet: 05, 58 and BE. RGB value is (5,88,190). Sum of RGB (Red+Green+Blue) = 5+88+190=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #0558BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0558BE is #FAA741. Grayscale: #4A4A4A. Windows color (decimal): -16426818 or 12474373. OLE color: 12474373.

HSL color Cylindrical-coordinate representation of color #0558BE: hue angle of 213.08º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0558BE is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 88 190 -
CMYK 0.97 0.54 0 0.25
HSL 213.08º 0.95% 0.38% -
HSV(B) 213.08º 0.97% 0.75% -
XYZ 12.85 10.73 50.11 -
YUV 74.81 193 78.21 -
System Red Green Blue C M Y K H S L
Decimal 5 88 190 0.97 0.54 0 0.25 213.08 0.95 0.38
Hex 5 58 BE 61 36 0 19 D5 5F 26
Octal 5 130 276 141 66 0 31 325 137 46
Binary 101 1011000 10111110 1100001 110110 0 11001 11010101 1011111 100110

Color Harmonies of #0558BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558BE

Black with #0558BE

Text Example


Text Example

White with #0558BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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