Html Css Color HEX #5E56CA Slate Blue

📋 copy color: '#5E56CA'

red 94 ◦ green 86 ◦ blue 202

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

Shades of Slate Blue #5E56CA

Tints of Slate Blue #5E56CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.51%

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 24.61%
G = 22.51%
B = 52.88%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E56CA (or 0x5E56CA) is known color: Slate Blue. HEX triplet: 5E, 56 and CA. RGB value is (94,86,202). Sum of RGB (Red+Green+Blue) = 94+86+202=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E56CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56CA is #A1A935. Grayscale: #656565. Windows color (decimal): -10594614 or 13260382. OLE color: 13260382.

HSL color Cylindrical-coordinate representation of color #5E56CA: hue angle of 244.14º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E56CA is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 86 202 -
CMYK 0.53 0.57 0 0.21
HSL 244.14º 0.52% 0.56% -
HSV(B) 244.14º 0.57% 0.79% -
XYZ 18.6 13.3 57.46 -
YUV 101.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 94 86 202 0.53 0.57 0 0.21 244.14 0.52 0.56
Hex 5E 56 CA 35 39 0 15 F4 34 38
Octal 136 126 312 65 71 0 25 364 64 70
Binary 1011110 1010110 11001010 110101 111001 0 10101 11110100 110100 111000

Color Harmonies of #5E56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E56CA

Black with #5E56CA

Text Example


Text Example

White with #5E56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,86,202); }

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

background-color css

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

 a { background-color: rgb(94,86,202); }

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

border-color css

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

 span { border-color: rgb(94,86,202); }

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