#5A8DB7

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

Shades of Danube #5A8DB7

Tints of Danube #5A8DB7

Color information

#5A8DB7 (or 0x5A8DB7) is unknown color: approx Danube. HEX triplet: 5A, 8D and B7. RGB value is (90,141,183). Sum of RGB (Red+Green+Blue) = 90+141+183=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 183 - color contains mainly: blue. Hex color #5A8DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8DB7 is #A57248. Grayscale: #828282. Windows color (decimal): -10842697 or 12029274. OLE color: 12029274.

HSL color Cylindrical-coordinate representation of color #5A8DB7: hue angle of 207.1º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A8DB7 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB90141183-
CMYK0.510.2300.28
HSL207.1º39.24%53.53%-
HSV(B)207.1º50.82%71.76%-
XYZ22.2924.6448.38-
YUV130.54157.699.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.74%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 183 (71.88% from 255) = 44.20%
R=21.74%
G=34.06%
B=44.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal901411830.510.2300.28207.139.2453.53
Hex5A8DB7331701Ccf2736
Octal13221526763270343174766
Binary101101010001101101101111100111011101110011001111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,141,183); }

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

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

 a { background-color: rgb(90,141,183); }

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

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

 span { border-color: rgb(90,141,183); }

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