#5A8BB5

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

Shades of Danube #5A8BB5

Tints of Danube #5A8BB5

Color information

#5A8BB5 (or 0x5A8BB5) is unknown color: approx Danube. HEX triplet: 5A, 8B and B5. RGB value is (90,139,181). Sum of RGB (Red+Green+Blue) = 90+139+181=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 181 - color contains mainly: blue. Hex color #5A8BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BB5 is #A5744A. Grayscale: #808080. Windows color (decimal): -10843211 or 11897690. OLE color: 11897690.

HSL color Cylindrical-coordinate representation of color #5A8BB5: hue angle of 207.69º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A8BB5 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB90139181-
CMYK0.500.2300.29
HSL207.69º38.08%53.14%-
HSV(B)207.69º50.28%70.98%-
XYZ21.7923.9847.2-
YUV129.14157.27100.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.95%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 181 (71.09% from 255) = 44.15%
R=21.95%
G=33.90%
B=44.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901391810.500.2300.29207.6938.0853.14
Hex5A8BB5321701Dd02635
Octal13221326562270353204665
Binary101101010001011101101011100101011101110111010000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,139,181); }

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

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

 a { background-color: rgb(90,139,181); }

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

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

 span { border-color: rgb(90,139,181); }

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