#5D8ACF

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

Shades of Danube #5D8ACF

Tints of Danube #5D8ACF

Color information

#5D8ACF (or 0x5D8ACF) is unknown color: approx Danube. HEX triplet: 5D, 8A and CF. RGB value is (93,138,207). Sum of RGB (Red+Green+Blue) = 93+138+207=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8ACF is #A27530. Grayscale: #848484. Windows color (decimal): -10646833 or 13601373. OLE color: 13601373.

HSL color Cylindrical-coordinate representation of color #5D8ACF: hue angle of 216.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D8ACF is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB93138207-
CMYK0.550.3300.19
HSL216.32º54.29%58.82%-
HSV(B)216.32º55.07%81.18%-
XYZ24.8725.0162.55-
YUV132.41170.0999.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.23%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=21.23%
G=31.51%
B=47.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931382070.550.3300.19216.3254.2958.82
Hex5D8ACF3721013d8363b
Octal13521231767410233306673
Binary1011101100010101100111111011110000101001111011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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