#558ABA

Color #558ABA Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #558ABA

Tints of Danube #558ABA

Color information

#558ABA (or 0x558ABA) is unknown color: approx 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

RGB85138186-
CMYK0.540.2600.27
HSL208.51º42.26%53.14%-
HSV(B)208.51º54.3%72.94%-
XYZ21.723.6549.88-
YUV127.62160.9497.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851381860.540.2600.27208.5142.2653.14
Hex558ABA361A01Bd12a35
Octal12521227266320333215265
Binary101010110001010101110101101101101001101111010001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>