#5F5DCA

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

Shades of Slate Blue #5F5DCA

Tints of Slate Blue #5F5DCA

Color information

#5F5DCA (or 0x5F5DCA) is unknown color: approx Slate Blue. HEX triplet: 5F, 5D and CA. RGB value is (95,93,202). Sum of RGB (Red+Green+Blue) = 95+93+202=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F5DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5DCA is #A0A235. Grayscale: #696969. Windows color (decimal): -10527286 or 13262175. OLE color: 13262175.

HSL color Cylindrical-coordinate representation of color #5F5DCA: hue angle of 241.1º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F5DCA is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9593202-
CMYK0.530.5400.21
HSL241.1º50.7%57.84%-
HSV(B)241.1º53.96%79.22%-
XYZ19.2914.5357.66-
YUV106.02182.16120.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.36%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=24.36%
G=23.85%
B=51.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95932020.530.5400.21241.150.757.84
Hex5F5DCA3536015f1333a
Octal13713531265660253616372
Binary101111110111011100101011010111011001010111110001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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