#5F6CED

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

Shades of Medium Slate Blue #5F6CED

Tints of Medium Slate Blue #5F6CED

Color information

#5F6CED (or 0x5F6CED) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 6C and ED. RGB value is (95,108,237). Sum of RGB (Red+Green+Blue) = 95+108+237=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F6CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F6CED is #A09312. Grayscale: #767676. Windows color (decimal): -10523411 or 15559775. OLE color: 15559775.

HSL color Cylindrical-coordinate representation of color #5F6CED: hue angle of 234.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F6CED is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95108237-
CMYK0.600.5400.07
HSL234.51º79.78%65.1%-
HSV(B)234.51º59.92%92.94%-
XYZ25.3719.2782.5-
YUV118.82194.69111.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.59%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 237 (92.97% from 255) = 53.86%
R=21.59%
G=24.55%
B=53.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951082370.600.5400.07234.5179.7865.1
Hex5F6CED3C3607eb5041
Octal137154355746607353120101
Binary101111111011001110110111110011011001111110101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,108,237); }

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

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

 a { background-color: rgb(95,108,237); }

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

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

 span { border-color: rgb(95,108,237); }

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