#5F47CD

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

Shades of Slate Blue #5F47CD

Tints of Slate Blue #5F47CD

Color information

#5F47CD (or 0x5F47CD) is unknown color: approx Slate Blue. HEX triplet: 5F, 47 and CD. RGB value is (95,71,205). Sum of RGB (Red+Green+Blue) = 95+71+205=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F47CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F47CD is #A0B832. Grayscale: #5C5C5C. Windows color (decimal): -10532915 or 13453151. OLE color: 13453151.

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

Color convert

RGB9571205-
CMYK0.540.6500.20
HSL250.75º57.26%54.12%-
HSV(B)250.75º65.37%80.39%-
XYZ17.9911.3559-
YUV93.45190.95129.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 205 (80.47% from 255) = 55.26%
R=25.61%
G=19.14%
B=55.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95712050.540.6500.20250.7557.2654.12
Hex5F47CD3641014fb3936
Octal137107315661010243737166
Binary1011111100011111001101110110100000101010011111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F47CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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