Html Css Color HEX #5F4ECD Slate Blue

📋 copy color: '#5F4ECD'

red 95 ◦ green 78 ◦ blue 205

#5F4ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5F4ECD

Tints of Slate Blue #5F4ECD

RGB

 RED value IS 95 (37.5% from 255) = 25.13%

 GREEN value IS 78 (30.86% from 255) = 20.63%

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 25.13%
G = 20.63%
B = 54.23%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F4ECD (or 0x5F4ECD) is known color: Slate Blue. HEX triplet: 5F, 4E and CD. RGB value is (95,78,205). Sum of RGB (Red+Green+Blue) = 95+78+205=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F4ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4ECD is #A0B132. Grayscale: #616161. Windows color (decimal): -10531123 or 13454943. OLE color: 13454943.

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

Color convert

RGB 95 78 205 -
CMYK 0.54 0.62 0 0.20
HSL 248.03º 0.56% 0.55% -
HSV(B) 248.03º 0.62% 0.8% -
XYZ 18.46 12.29 59.16 -
YUV 97.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 95 78 205 0.54 0.62 0 0.20 248.03 0.56 0.55
Hex 5F 4E CD 36 3E 0 14 F8 38 37
Octal 137 116 315 66 76 0 24 370 70 67
Binary 1011111 1001110 11001101 110110 111110 0 10100 11111000 111000 110111

Color Harmonies of #5F4ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4ECD

Black with #5F4ECD

Text Example


Text Example

White with #5F4ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F4ECD;
 }
 .AnyTagClassName
 {
   color: #5F4ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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