Html Css Color HEX #558ABA Danube

📋 copy color: '#558ABA'

red 85 ◦ green 138 ◦ blue 186

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

Shades of Danube #558ABA

Tints of Danube #558ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 20.78%
G = 33.74%
B = 45.48%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#558ABA (or 0x558ABA) is known color: Danube. HEX triplet: 55, 8A and BA. RGB value is (85,138,186). Sum of RGB (Red+Green+Blue) = 85+138+186=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #558ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ABA is #AA7545. Grayscale: #7F7F7F. Windows color (decimal): -11171142 or 12225109. OLE color: 12225109.

HSL color Cylindrical-coordinate representation of color #558ABA: hue angle of 208.51º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #558ABA is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 138 186 -
CMYK 0.54 0.26 0 0.27
HSL 208.51º 0.42% 0.53% -
HSV(B) 208.51º 0.54% 0.73% -
XYZ 21.7 23.65 49.88 -
YUV 127.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 85 138 186 0.54 0.26 0 0.27 208.51 0.42 0.53
Hex 55 8A BA 36 1A 0 1B D1 2A 35
Octal 125 212 272 66 32 0 33 321 52 65
Binary 1010101 10001010 10111010 110110 11010 0 11011 11010001 101010 110101

Color Harmonies of #558ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ABA

Black with #558ABA

Text Example


Text Example

White with #558ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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