Html Css Color HEX #5E53CC Slate Blue

📋 copy color: '#5E53CC'

red 94 ◦ green 83 ◦ blue 204

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

Shades of Slate Blue #5E53CC

Tints of Slate Blue #5E53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

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

R = 24.67%
G = 21.78%
B = 53.54%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E53CC (or 0x5E53CC) is known color: Slate Blue. HEX triplet: 5E, 53 and CC. RGB value is (94,83,204). Sum of RGB (Red+Green+Blue) = 94+83+204=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E53CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E53CC is #A1AC33. Grayscale: #636363. Windows color (decimal): -10595380 or 13390686. OLE color: 13390686.

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

Color convert

RGB 94 83 204 -
CMYK 0.54 0.59 0 0.2
HSL 245.45º 0.54% 0.56% -
HSV(B) 245.45º 0.59% 0.8% -
XYZ 18.61 12.93 58.64 -
YUV 100.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 94 83 204 0.54 0.59 0 0.2 245.45 0.54 0.56
Hex 5E 53 CC 36 3B 0 14 F5 36 38
Octal 136 123 314 66 73 0 24 365 66 70
Binary 1011110 1010011 11001100 110110 111011 0 10100 11110101 110110 111000

Color Harmonies of #5E53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E53CC

Black with #5E53CC

Text Example


Text Example

White with #5E53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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