#5790BB

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

Shades of Danube #5790BB

Tints of Danube #5790BB

Color information

#5790BB (or 0x5790BB) is unknown color: approx Danube. HEX triplet: 57, 90 and BB. RGB value is (87,144,187). Sum of RGB (Red+Green+Blue) = 87+144+187=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #5790BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5790BB is #A86F44. Grayscale: #838383. Windows color (decimal): -11038533 or 12292183. OLE color: 12292183.

HSL color Cylindrical-coordinate representation of color #5790BB: hue angle of 205.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5790BB is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87144187-
CMYK0.530.2300.27
HSL205.8º42.37%53.73%-
HSV(B)205.8º53.48%73.33%-
XYZ22.8725.5650.74-
YUV131.86159.1296-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.81%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=20.81%
G=34.45%
B=44.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871441870.530.2300.27205.842.3753.73
Hex5790BB351701Bce2a36
Octal12722027365270333165266
Binary101011110010000101110111101011011101101111001110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5790BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5790BB; }

 p { color: rgb(87,144,187); }

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

<style>
 a { background-color: #5790BB; }

 a { background-color: rgb(87,144,187); }

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

<style>
 span { border-color: #5790BB; }

 span { border-color: rgb(87,144,187); }

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