#5F8CD5

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

Shades of Danube #5F8CD5

Tints of Danube #5F8CD5

Color information

#5F8CD5 (or 0x5F8CD5) is unknown color: approx Danube. HEX triplet: 5F, 8C and D5. RGB value is (95,140,213). Sum of RGB (Red+Green+Blue) = 95+140+213=448 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.21% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #5F8CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8CD5 is #A0732A. Grayscale: #868686. Windows color (decimal): -10515243 or 13995103. OLE color: 13995103.

HSL color Cylindrical-coordinate representation of color #5F8CD5: hue angle of 217.12º 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 #5F8CD5 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB95140213-
CMYK0.550.3400.16
HSL217.12º58.42%60.39%-
HSV(B)217.12º55.4%83.53%-
XYZ26.1125.9966.59-
YUV134.87172.0999.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.21%
GREEN value IS 140 (55.08% from 255) = 31.25%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=21.21%
G=31.25%
B=47.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal951402130.550.3400.16217.1258.4260.39
Hex5F8CD53722010d93a3c
Octal13721432567420203317274
Binary1011111100011001101010111011110001001000011011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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