Html Css Color HEX #5E57CA Slate Blue

📋 copy color: '#5E57CA'

red 94 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #5E57CA

Tints of Slate Blue #5E57CA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

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

R = 24.54%
G = 22.72%
B = 52.74%

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

#5E57CA (or 0x5E57CA) is known color: Slate Blue. HEX triplet: 5E, 57 and CA. RGB value is (94,87,202). Sum of RGB (Red+Green+Blue) = 94+87+202=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E57CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57CA is #A1A835. Grayscale: #656565. Windows color (decimal): -10594358 or 13260638. OLE color: 13260638.

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

Color convert

RGB 94 87 202 -
CMYK 0.53 0.57 0 0.21
HSL 243.65º 0.52% 0.57% -
HSV(B) 243.65º 0.57% 0.79% -
XYZ 18.68 13.46 57.49 -
YUV 102.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 94 87 202 0.53 0.57 0 0.21 243.65 0.52 0.57
Hex 5E 57 CA 35 39 0 15 F4 34 39
Octal 136 127 312 65 71 0 25 364 64 71
Binary 1011110 1010111 11001010 110101 111001 0 10101 11110100 110100 111001

Color Harmonies of #5E57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57CA

Black with #5E57CA

Text Example


Text Example

White with #5E57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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