Html Css Color HEX #5E43CC Slate Blue

📋 copy color: '#5E43CC'

red 94 ◦ green 67 ◦ blue 204

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

Shades of Slate Blue #5E43CC

Tints of Slate Blue #5E43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

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

R = 25.75%
G = 18.36%
B = 55.89%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E43CC (or 0x5E43CC) is known color: Slate Blue. HEX triplet: 5E, 43 and CC. RGB value is (94,67,204). Sum of RGB (Red+Green+Blue) = 94+67+204=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E43CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E43CC is #A1BC33. Grayscale: #5A5A5A. Windows color (decimal): -10599476 or 13386590. OLE color: 13386590.

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

Color convert

RGB 94 67 204 -
CMYK 0.54 0.67 0 0.2
HSL 251.82º 0.57% 0.53% -
HSV(B) 251.82º 0.67% 0.8% -
XYZ 17.52 10.75 58.28 -
YUV 90.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 94 67 204 0.54 0.67 0 0.2 251.82 0.57 0.53
Hex 5E 43 CC 36 43 0 14 FC 39 35
Octal 136 103 314 66 103 0 24 374 71 65
Binary 1011110 1000011 11001100 110110 1000011 0 10100 11111100 111001 110101

Color Harmonies of #5E43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E43CC

Black with #5E43CC

Text Example


Text Example

White with #5E43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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