#5790cd

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

Shades of Danube #5790CD

Tints of Danube #5790CD

Color information

#5790CD (or 0x5790CD) is unknown color: approx Danube. HEX triplet: 57, 90 and CD. RGB value is (87,144,205). Sum of RGB (Red+Green+Blue) = 87+144+205=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #5790CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5790CD is #A86F32. Grayscale: #858585. Windows color (decimal): -11038515 or 13471831. OLE color: 13471831.

HSL color Cylindrical-coordinate representation of color #5790CD: hue angle of 211.02º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5790CD is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87144205-
CMYK0.580.3000.20
HSL211.02º54.13%57.25%-
HSV(B)211.02º57.56%80.39%-
XYZ24.9226.3861.54-
YUV133.91168.1294.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.95%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=19.95%
G=33.03%
B=47.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871442050.580.3000.20211.0254.1357.25
Hex5790CD3A1E014d33639
Octal12722031572360243236671
Binary101011110010000110011011110101111001010011010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5790cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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