Html Css Color HEX #5E52CE Slate Blue

📋 copy color: '#5E52CE'

red 94 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #5E52CE

Tints of Slate Blue #5E52CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 24.61%
G = 21.47%
B = 53.93%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E52CE (or 0x5E52CE) is known color: Slate Blue. HEX triplet: 5E, 52 and CE. RGB value is (94,82,206). Sum of RGB (Red+Green+Blue) = 94+82+206=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E52CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52CE is #A1AD31. Grayscale: #636363. Windows color (decimal): -10595634 or 13521502. OLE color: 13521502.

HSL color Cylindrical-coordinate representation of color #5E52CE: hue angle of 245.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E52CE is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 82 206 -
CMYK 0.54 0.60 0 0.19
HSL 245.81º 0.56% 0.56% -
HSV(B) 245.81º 0.6% 0.81% -
XYZ 18.77 12.87 59.89 -
YUV 99.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 94 82 206 0.54 0.60 0 0.19 245.81 0.56 0.56
Hex 5E 52 CE 36 3C 0 13 F6 38 38
Octal 136 122 316 66 74 0 23 366 70 70
Binary 1011110 1010010 11001110 110110 111100 0 10011 11110110 111000 111000

Color Harmonies of #5E52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E52CE

Black with #5E52CE

Text Example


Text Example

White with #5E52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,82,206); }

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

background-color css

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

 a { background-color: rgb(94,82,206); }

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

border-color css

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

 span { border-color: rgb(94,82,206); }

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