#558AC6

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

Shades of Danube #558AC6

Tints of Danube #558AC6

Color information

#558AC6 (or 0x558AC6) is unknown color: approx Danube. HEX triplet: 55, 8A and C6. RGB value is (85,138,198). Sum of RGB (Red+Green+Blue) = 85+138+198=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #558AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AC6 is #AA7539. Grayscale: #808080. Windows color (decimal): -11171130 or 13011541. OLE color: 13011541.

HSL color Cylindrical-coordinate representation of color #558AC6: hue angle of 211.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #558AC6 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85138198-
CMYK0.570.3000.22
HSL211.86º49.78%55.49%-
HSV(B)211.86º57.07%77.65%-
XYZ23.0324.1956.88-
YUV128.99166.9496.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 198 (77.73% from 255) = 47.03%
R=20.19%
G=32.78%
B=47.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851381980.570.3000.22211.8649.7855.49
Hex558AC6391E016d43237
Octal12521230671360263246267
Binary101010110001010110001101110011111001011011010100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #558AC6;
 }
 .AnyTagClassName
 {
   color: #558AC6;
 }
</style>
background-color css

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

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

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

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

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

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