#5F8AD5

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

Shades of Danube #5F8AD5

Tints of Danube #5F8AD5

Color information

#5F8AD5 (or 0x5F8AD5) is unknown color: approx Danube. HEX triplet: 5F, 8A and D5. RGB value is (95,138,213). Sum of RGB (Red+Green+Blue) = 95+138+213=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #5F8AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8AD5 is #A0752A. Grayscale: #858585. Windows color (decimal): -10515755 or 13994591. OLE color: 13994591.

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

Color convert

RGB95138213-
CMYK0.550.3500.16
HSL218.14º58.42%60.39%-
HSV(B)218.14º55.4%83.53%-
XYZ25.8225.4166.5-
YUV133.69172.75100.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.30%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=21.30%
G=30.94%
B=47.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal951382130.550.3500.16218.1458.4260.39
Hex5F8AD53723010da3a3c
Octal13721232567430203327274
Binary1011111100010101101010111011110001101000011011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,138,213); }

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

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

 a { background-color: rgb(95,138,213); }

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

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

 span { border-color: rgb(95,138,213); }

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