Html Css Color HEX #5E54CC Slate Blue

📋 copy color: '#5E54CC'

red 94 ◦ green 84 ◦ blue 204

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

Shades of Slate Blue #5E54CC

Tints of Slate Blue #5E54CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

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

R = 24.61%
G = 21.99%
B = 53.4%

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

#5E54CC (or 0x5E54CC) is known color: Slate Blue. HEX triplet: 5E, 54 and CC. RGB value is (94,84,204). Sum of RGB (Red+Green+Blue) = 94+84+204=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E54CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E54CC is #A1AB33. Grayscale: #646464. Windows color (decimal): -10595124 or 13390942. OLE color: 13390942.

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

Color convert

RGB 94 84 204 -
CMYK 0.54 0.59 0 0.2
HSL 245º 0.54% 0.56% -
HSV(B) 245º 0.59% 0.8% -
XYZ 18.69 13.08 58.67 -
YUV 100.67 186.31 123.24 -
System Red Green Blue C M Y K H S L
Decimal 94 84 204 0.54 0.59 0 0.2 245 0.54 0.56
Hex 5E 54 CC 36 3B 0 14 F5 36 38
Octal 136 124 314 66 73 0 24 365 66 70
Binary 1011110 1010100 11001100 110110 111011 0 10100 11110101 110110 111000

Color Harmonies of #5E54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E54CC

Black with #5E54CC

Text Example


Text Example

White with #5E54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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