Html Css Color HEX #5E5FCD Slate Blue

📋 copy color: '#5E5FCD'

red 94 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #5E5FCD

Tints of Slate Blue #5E5FCD

RGB

 RED value IS 94 (37.11% from 255) = 23.86%

 GREEN value IS 95 (37.5% from 255) = 24.11%

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

R = 23.86%
G = 24.11%
B = 52.03%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E5FCD (or 0x5E5FCD) is known color: Slate Blue. HEX triplet: 5E, 5F and CD. RGB value is (94,95,205). Sum of RGB (Red+Green+Blue) = 94+95+205=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5FCD is #A1A032. Grayscale: #6A6A6A. Windows color (decimal): -10592307 or 13459294. OLE color: 13459294.

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

Color convert

RGB 94 95 205 -
CMYK 0.54 0.54 0 0.20
HSL 239.46º 0.53% 0.59% -
HSV(B) 239.46º 0.54% 0.8% -
XYZ 19.73 14.97 59.61 -
YUV 107.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 94 95 205 0.54 0.54 0 0.20 239.46 0.53 0.59
Hex 5E 5F CD 36 36 0 14 EF 35 3B
Octal 136 137 315 66 66 0 24 357 65 73
Binary 1011110 1011111 11001101 110110 110110 0 10100 11101111 110101 111011

Color Harmonies of #5E5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5FCD

Black with #5E5FCD

Text Example


Text Example

White with #5E5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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