Html Css Color HEX #5F5DCD Slate Blue

📋 copy color: '#5F5DCD'

red 95 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #5F5DCD

Tints of Slate Blue #5F5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.66%

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

R = 24.17%
G = 23.66%
B = 52.16%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F5DCD (or 0x5F5DCD) is known color: Slate Blue. HEX triplet: 5F, 5D and CD. RGB value is (95,93,205). Sum of RGB (Red+Green+Blue) = 95+93+205=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5DCD is #A0A232. Grayscale: #696969. Windows color (decimal): -10527283 or 13458783. OLE color: 13458783.

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

Color convert

RGB 95 93 205 -
CMYK 0.54 0.55 0 0.20
HSL 241.07º 0.53% 0.58% -
HSV(B) 241.07º 0.55% 0.8% -
XYZ 19.65 14.67 59.55 -
YUV 106.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 95 93 205 0.54 0.55 0 0.20 241.07 0.53 0.58
Hex 5F 5D CD 36 37 0 14 F1 35 3A
Octal 137 135 315 66 67 0 24 361 65 72
Binary 1011111 1011101 11001101 110110 110111 0 10100 11110001 110101 111010

Color Harmonies of #5F5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5DCD

Black with #5F5DCD

Text Example


Text Example

White with #5F5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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