#5D8AD2

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

Shades of Danube #5D8AD2

Tints of Danube #5D8AD2

Color information

#5D8AD2 (or 0x5D8AD2) is unknown color: approx Danube. HEX triplet: 5D, 8A and D2. RGB value is (93,138,210). Sum of RGB (Red+Green+Blue) = 93+138+210=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 210 - color contains mainly: blue. Hex color #5D8AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8AD2 is #A2752D. Grayscale: #848484. Windows color (decimal): -10646830 or 13797981. OLE color: 13797981.

HSL color Cylindrical-coordinate representation of color #5D8AD2: hue angle of 216.92º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D8AD2 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB93138210-
CMYK0.560.3400.18
HSL216.92º56.52%59.41%-
HSV(B)216.92º55.71%82.35%-
XYZ25.2425.1664.5-
YUV132.75171.5999.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.09%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 210 (82.42% from 255) = 47.62%
R=21.09%
G=31.29%
B=47.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal931382100.560.3400.18216.9256.5259.41
Hex5D8AD23822012d9393b
Octal13521232270420223317173
Binary1011101100010101101001011100010001001001011011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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