#5A89BE

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

Shades of Danube #5A89BE

Tints of Danube #5A89BE

Color information

#5A89BE (or 0x5A89BE) is unknown color: approx Danube. HEX triplet: 5A, 89 and BE. RGB value is (90,137,190). Sum of RGB (Red+Green+Blue) = 90+137+190=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A89BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A89BE is #A57641. Grayscale: #808080. Windows color (decimal): -10843714 or 12487002. OLE color: 12487002.

HSL color Cylindrical-coordinate representation of color #5A89BE: hue angle of 211.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A89BE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90137190-
CMYK0.530.2800.25
HSL211.8º43.48%54.9%-
HSV(B)211.8º52.63%74.51%-
XYZ22.4623.7852.12-
YUV128.99162.43100.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.58%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=21.58%
G=32.85%
B=45.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901371900.530.2800.25211.843.4854.9
Hex5A89BE351C019d42b37
Octal13221127665340313245367
Binary101101010001001101111101101011110001100111010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A89BE; }

 p { color: rgb(90,137,190); }

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

<style>
 a { background-color: #5A89BE; }

 a { background-color: rgb(90,137,190); }

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

<style>
 span { border-color: #5A89BE; }

 span { border-color: rgb(90,137,190); }

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