Html Css Color HEX #5E57CC Slate Blue

📋 copy color: '#5E57CC'

red 94 ◦ green 87 ◦ blue 204

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

Shades of Slate Blue #5E57CC

Tints of Slate Blue #5E57CC

RGB

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

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

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

R = 24.42%
G = 22.6%
B = 52.99%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E57CC (or 0x5E57CC) is known color: Slate Blue. HEX triplet: 5E, 57 and CC. RGB value is (94,87,204). Sum of RGB (Red+Green+Blue) = 94+87+204=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E57CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57CC is #A1A833. Grayscale: #656565. Windows color (decimal): -10594356 or 13391710. OLE color: 13391710.

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

Color convert

RGB 94 87 204 -
CMYK 0.54 0.57 0 0.2
HSL 243.59º 0.53% 0.57% -
HSV(B) 243.59º 0.57% 0.8% -
XYZ 18.92 13.56 58.75 -
YUV 102.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 94 87 204 0.54 0.57 0 0.2 243.59 0.53 0.57
Hex 5E 57 CC 36 39 0 14 F4 35 39
Octal 136 127 314 66 71 0 24 364 65 71
Binary 1011110 1010111 11001100 110110 111001 0 10100 11110100 110101 111001

Color Harmonies of #5E57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57CC

Black with #5E57CC

Text Example


Text Example

White with #5E57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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