#5A8CD7

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

Shades of Danube #5A8CD7

Tints of Danube #5A8CD7

Color information

#5A8CD7 (or 0x5A8CD7) is unknown color: approx Danube. HEX triplet: 5A, 8C and D7. RGB value is (90,140,215). Sum of RGB (Red+Green+Blue) = 90+140+215=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #5A8CD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8CD7 is #A57328. Grayscale: #858585. Windows color (decimal): -10842921 or 14126170. OLE color: 14126170.

HSL color Cylindrical-coordinate representation of color #5A8CD7: hue angle of 216º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A8CD7 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB90140215-
CMYK0.580.3500.16
HSL216º60.98%59.8%-
HSV(B)216º58.14%84.31%-
XYZ25.8625.8467.91-
YUV133.6173.9496.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.22%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 215 (84.38% from 255) = 48.31%
R=20.22%
G=31.46%
B=48.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal901402150.580.3500.1621660.9859.8
Hex5A8CD73A23010d83d3c
Octal13221432772430203307574
Binary1011010100011001101011111101010001101000011011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,140,215); }

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

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

 a { background-color: rgb(90,140,215); }

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

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

 span { border-color: rgb(90,140,215); }

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