#5F57CA

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

Shades of Slate Blue #5F57CA

Tints of Slate Blue #5F57CA

Color information

#5F57CA (or 0x5F57CA) is unknown color: approx Slate Blue. HEX triplet: 5F, 57 and CA. RGB value is (95,87,202). Sum of RGB (Red+Green+Blue) = 95+87+202=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F57CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F57CA is #A0A835. Grayscale: #666666. Windows color (decimal): -10528822 or 13260639. OLE color: 13260639.

HSL color Cylindrical-coordinate representation of color #5F57CA: hue angle of 244.17º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F57CA is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9587202-
CMYK0.530.5700.21
HSL244.17º52.04%56.67%-
HSV(B)244.17º56.93%79.22%-
XYZ18.7913.5157.5-
YUV102.5184.15122.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.74%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=24.74%
G=22.66%
B=52.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95872020.530.5700.21244.1752.0456.67
Hex5F57CA3539015f43439
Octal13712731265710253646471
Binary101111110101111100101011010111100101010111110100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,87,202); }

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

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

 a { background-color: rgb(95,87,202); }

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

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

 span { border-color: rgb(95,87,202); }

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