#5F5CE7

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

Shades of Slate Blue #5F5CE7

Tints of Slate Blue #5F5CE7

Color information

#5F5CE7 (or 0x5F5CE7) is unknown color: approx Slate Blue. HEX triplet: 5F, 5C and E7. RGB value is (95,92,231). Sum of RGB (Red+Green+Blue) = 95+92+231=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #5F5CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5CE7 is #A0A318. Grayscale: #6C6C6C. Windows color (decimal): -10527513 or 15162463. OLE color: 15162463.

HSL color Cylindrical-coordinate representation of color #5F5CE7: hue angle of 241.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F5CE7 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9592231-
CMYK0.590.6000.09
HSL241.29º74.33%63.33%-
HSV(B)241.29º60.17%90.59%-
XYZ22.9715.8677.45-
YUV108.74196.99118.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.73%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 231 (90.62% from 255) = 55.26%
R=22.73%
G=22.01%
B=55.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal95922310.590.6000.09241.2974.3363.33
Hex5F5CE73B3C09f14a3f
Octal137134347737401136111277
Binary101111110111001110011111101111110001001111100011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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