#5F5AE7

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

Shades of Slate Blue #5F5AE7

Tints of Slate Blue #5F5AE7

Color information

#5F5AE7 (or 0x5F5AE7) is unknown color: approx Slate Blue. HEX triplet: 5F, 5A and E7. RGB value is (95,90,231). Sum of RGB (Red+Green+Blue) = 95+90+231=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 231 (90.62% from 255 or 55.53% from 416); Max value from RGB is 231 - color contains mainly: blue. Hex color #5F5AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5AE7 is #A0A518. Grayscale: #6B6B6B. Windows color (decimal): -10528025 or 15161951. OLE color: 15161951.

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

Color convert

RGB9590231-
CMYK0.590.6100.09
HSL242.13º74.6%62.94%-
HSV(B)242.13º61.04%90.59%-
XYZ22.815.5177.39-
YUV107.57197.66119.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.84%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 231 (90.62% from 255) = 55.53%
R=22.84%
G=21.63%
B=55.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal95902310.590.6100.09242.1374.662.94
Hex5F5AE73B3D09f24b3f
Octal137132347737501136211377
Binary101111110110101110011111101111110101001111100101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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