#5F5CD0

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

Shades of Slate Blue #5F5CD0

Tints of Slate Blue #5F5CD0

Color information

#5F5CD0 (or 0x5F5CD0) is unknown color: approx Slate Blue. HEX triplet: 5F, 5C and D0. RGB value is (95,92,208). Sum of RGB (Red+Green+Blue) = 95+92+208=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #5F5CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5CD0 is #A0A32F. Grayscale: #696969. Windows color (decimal): -10527536 or 13655135. OLE color: 13655135.

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

Color convert

RGB9592208-
CMYK0.540.5600.18
HSL241.55º55.24%58.82%-
HSV(B)241.55º55.77%81.57%-
XYZ19.9314.6461.45-
YUV106.12185.49120.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 208 (81.64% from 255) = 52.66%
R=24.05%
G=23.29%
B=52.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal95922080.540.5600.18241.5555.2458.82
Hex5F5CD03638012f2373b
Octal13713432066700223626773
Binary101111110111001101000011011011100001001011110010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,92,208); }

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

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

 a { background-color: rgb(95,92,208); }

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

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

 span { border-color: rgb(95,92,208); }

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