Html Css Color HEX #5E51CA Slate Blue

📋 copy color: '#5E51CA'

red 94 ◦ green 81 ◦ blue 202

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

Shades of Slate Blue #5E51CA

Tints of Slate Blue #5E51CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

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

R = 24.93%
G = 21.49%
B = 53.58%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E51CA (or 0x5E51CA) is known color: Slate Blue. HEX triplet: 5E, 51 and CA. RGB value is (94,81,202). Sum of RGB (Red+Green+Blue) = 94+81+202=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E51CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E51CA is #A1AE35. Grayscale: #626262. Windows color (decimal): -10595894 or 13259102. OLE color: 13259102.

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

Color convert

RGB 94 81 202 -
CMYK 0.53 0.60 0 0.21
HSL 246.45º 0.53% 0.55% -
HSV(B) 246.45º 0.6% 0.79% -
XYZ 18.22 12.53 57.34 -
YUV 98.68 186.31 124.66 -
System Red Green Blue C M Y K H S L
Decimal 94 81 202 0.53 0.60 0 0.21 246.45 0.53 0.55
Hex 5E 51 CA 35 3C 0 15 F6 35 37
Octal 136 121 312 65 74 0 25 366 65 67
Binary 1011110 1010001 11001010 110101 111100 0 10101 11110110 110101 110111

Color Harmonies of #5E51CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E51CA

Black with #5E51CA

Text Example


Text Example

White with #5E51CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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