#5D8ACD

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

Shades of Danube #5D8ACD

Tints of Danube #5D8ACD

Color information

#5D8ACD (or 0x5D8ACD) is unknown color: approx Danube. HEX triplet: 5D, 8A and CD. RGB value is (93,138,205). Sum of RGB (Red+Green+Blue) = 93+138+205=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 138 (54.30% from 255 or 31.65% 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 #5D8ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8ACD is #A27532. Grayscale: #838383. Windows color (decimal): -10646835 or 13470301. OLE color: 13470301.

HSL color Cylindrical-coordinate representation of color #5D8ACD: hue angle of 215.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D8ACD is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93138205-
CMYK0.550.3300.20
HSL215.89º52.83%58.43%-
HSV(B)215.89º54.63%80.39%-
XYZ24.6224.9161.27-
YUV132.18169.09100.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.33%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=21.33%
G=31.65%
B=47.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931382050.550.3300.20215.8952.8358.43
Hex5D8ACD3721014d8353a
Octal13521231567410243306572
Binary1011101100010101100110111011110000101010011011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,138,205); }

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

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

 a { background-color: rgb(93,138,205); }

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

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

 span { border-color: rgb(93,138,205); }

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