Html Css Color HEX #558ABE Danube

📋 copy color: '#558ABE'

red 85 ◦ green 138 ◦ blue 190

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

Shades of Danube #558ABE

Tints of Danube #558ABE

RGB

 RED value IS 85 (33.59% from 255) = 20.58%

 GREEN value IS 138 (54.3% from 255) = 33.41%

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

R = 20.58%
G = 33.41%
B = 46%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#558ABE (or 0x558ABE) is known color: Danube. HEX triplet: 55, 8A and BE. RGB value is (85,138,190). Sum of RGB (Red+Green+Blue) = 85+138+190=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #558ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ABE is #AA7541. Grayscale: #7F7F7F. Windows color (decimal): -11171138 or 12487253. OLE color: 12487253.

HSL color Cylindrical-coordinate representation of color #558ABE: hue angle of 209.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558ABE is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 138 190 -
CMYK 0.55 0.27 0 0.25
HSL 209.71º 0.45% 0.54% -
HSV(B) 209.71º 0.55% 0.75% -
XYZ 22.13 23.83 52.15 -
YUV 128.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 85 138 190 0.55 0.27 0 0.25 209.71 0.45 0.54
Hex 55 8A BE 37 1B 0 19 D2 2D 36
Octal 125 212 276 67 33 0 31 322 55 66
Binary 1010101 10001010 10111110 110111 11011 0 11001 11010010 101101 110110

Color Harmonies of #558ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ABE

Black with #558ABE

Text Example


Text Example

White with #558ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558ABE; }

 p { color: rgb(85,138,190); }

 H1.HeaderClassName
 {
   color: #558ABE;
 }
 .AnyTagClassName
 {
   color: #558ABE;
 }
</style>

background-color css

<style>
 a { background-color: #558ABE; }

 a { background-color: rgb(85,138,190); }

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

border-color css

<style>
 span { border-color: #558ABE; }

 span { border-color: rgb(85,138,190); }

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