#5f5edd

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

Shades of Slate Blue #5F5EDD

Tints of Slate Blue #5F5EDD

Color information

#5F5EDD (or 0x5F5EDD) is unknown color: approx Slate Blue. HEX triplet: 5F, 5E and DD. RGB value is (95,94,221). Sum of RGB (Red+Green+Blue) = 95+94+221=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #5F5EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5EDD is #A0A122. Grayscale: #6C6C6C. Windows color (decimal): -10527011 or 14507615. OLE color: 14507615.

HSL color Cylindrical-coordinate representation of color #5F5EDD: hue angle of 240.47º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F5EDD is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9594221-
CMYK0.570.5700.13
HSL240.47º65.13%61.76%-
HSV(B)240.47º57.47%86.67%-
XYZ21.7715.6670.28-
YUV108.78191.33118.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.17%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 221 (86.72% from 255) = 53.90%
R=23.17%
G=22.93%
B=53.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal95942210.570.5700.13240.4765.1361.76
Hex5F5EDD39390Df0413e
Octal137136335717101536010176
Binary101111110111101101110111100111100101101111100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f5edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,94,221); }

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

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

 a { background-color: rgb(95,94,221); }

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

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

 span { border-color: rgb(95,94,221); }

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