#5F57CD

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

Shades of Slate Blue #5F57CD

Tints of Slate Blue #5F57CD

Color information

#5F57CD (or 0x5F57CD) is unknown color: approx Slate Blue. HEX triplet: 5F, 57 and CD. RGB value is (95,87,205). Sum of RGB (Red+Green+Blue) = 95+87+205=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F57CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F57CD is #A0A832. Grayscale: #666666. Windows color (decimal): -10528819 or 13457247. OLE color: 13457247.

HSL color Cylindrical-coordinate representation of color #5F57CD: hue angle of 244.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F57CD is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9587205-
CMYK0.540.5800.20
HSL244.07º54.13%57.25%-
HSV(B)244.07º57.56%80.39%-
XYZ19.1513.6659.38-
YUV102.84185.65122.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.55%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 205 (80.47% from 255) = 52.97%
R=24.55%
G=22.48%
B=52.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95872050.540.5800.20244.0754.1357.25
Hex5F57CD363A014f43639
Octal13712731566720243646671
Binary101111110101111100110111011011101001010011110100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F57CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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