Html Css Color HEX #5E51CC Slate Blue

📋 copy color: '#5E51CC'

red 94 ◦ green 81 ◦ blue 204

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

Shades of Slate Blue #5E51CC

Tints of Slate Blue #5E51CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 24.8%
G = 21.37%
B = 53.83%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E51CC (or 0x5E51CC) is known color: Slate Blue. HEX triplet: 5E, 51 and CC. RGB value is (94,81,204). Sum of RGB (Red+Green+Blue) = 94+81+204=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E51CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E51CC is #A1AE33. Grayscale: #626262. Windows color (decimal): -10595892 or 13390174. OLE color: 13390174.

HSL color Cylindrical-coordinate representation of color #5E51CC: hue angle of 246.34º degrees, saturation: 0.55, 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 #5E51CC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 81 204 -
CMYK 0.54 0.60 0 0.2
HSL 246.34º 0.55% 0.56% -
HSV(B) 246.34º 0.6% 0.8% -
XYZ 18.46 12.62 58.59 -
YUV 98.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 94 81 204 0.54 0.60 0 0.2 246.34 0.55 0.56
Hex 5E 51 CC 36 3C 0 14 F6 37 38
Octal 136 121 314 66 74 0 24 366 67 70
Binary 1011110 1010001 11001100 110110 111100 0 10100 11110110 110111 111000

Color Harmonies of #5E51CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E51CC

Black with #5E51CC

Text Example


Text Example

White with #5E51CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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