Html Css Color HEX #5E51CB Slate Blue

📋 copy color: '#5E51CB'

red 94 ◦ green 81 ◦ blue 203

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

Shades of Slate Blue #5E51CB

Tints of Slate Blue #5E51CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 24.87%
G = 21.43%
B = 53.7%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E51CB (or 0x5E51CB) is known color: Slate Blue. HEX triplet: 5E, 51 and CB. RGB value is (94,81,203). Sum of RGB (Red+Green+Blue) = 94+81+203=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E51CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E51CB is #A1AE34. Grayscale: #626262. Windows color (decimal): -10595893 or 13324638. OLE color: 13324638.

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

Color convert

RGB 94 81 203 -
CMYK 0.54 0.60 0 0.20
HSL 246.39º 0.54% 0.56% -
HSV(B) 246.39º 0.6% 0.8% -
XYZ 18.34 12.58 57.96 -
YUV 98.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 94 81 203 0.54 0.60 0 0.20 246.39 0.54 0.56
Hex 5E 51 CB 36 3C 0 14 F6 36 38
Octal 136 121 313 66 74 0 24 366 66 70
Binary 1011110 1010001 11001011 110110 111100 0 10100 11110110 110110 111000

Color Harmonies of #5E51CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E51CB

Black with #5E51CB

Text Example


Text Example

White with #5E51CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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