#5F5DBF

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

Shades of Slate Blue #5F5DBF

Tints of Slate Blue #5F5DBF

Color information

#5F5DBF (or 0x5F5DBF) is unknown color: approx Slate Blue. HEX triplet: 5F, 5D and BF. RGB value is (95,93,191). Sum of RGB (Red+Green+Blue) = 95+93+191=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5DBF is #A0A240. Grayscale: #686868. Windows color (decimal): -10527297 or 12541279. OLE color: 12541279.

HSL color Cylindrical-coordinate representation of color #5F5DBF: hue angle of 241.22º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F5DBF is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9593191-
CMYK0.500.5100.25
HSL241.22º43.36%55.69%-
HSV(B)241.22º51.31%74.9%-
XYZ18.0414.0251.05-
YUV104.77176.66121.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 191 (75% from 255) = 50.40%
R=25.07%
G=24.54%
B=50.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95931910.500.5100.25241.2243.3655.69
Hex5F5DBF3233019f12b38
Octal13713527762630313615370
Binary101111110111011011111111001011001101100111110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,93,191); }

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

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

 a { background-color: rgb(95,93,191); }

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

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

 span { border-color: rgb(95,93,191); }

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