Html Css Color HEX #5E3363 Seance

📋 copy color: '#5E3363'

red 94 ◦ green 51 ◦ blue 99

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

Shades of Seance #5E3363

Tints of Seance #5E3363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 38.52%
G = 20.9%
B = 40.57%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5E3363 (or 0x5E3363) is known color: Seance. HEX triplet: 5E, 33 and 63. RGB value is (94,51,99). Sum of RGB (Red+Green+Blue) = 94+51+99=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E3363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3363 is #A1CC9C. Grayscale: #454545. Windows color (decimal): -10603677 or 6501214. OLE color: 6501214.

HSL color Cylindrical-coordinate representation of color #5E3363: hue angle of 293.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E3363 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 51 99 -
CMYK 0.05 0.48 0 0.61
HSL 293.75º 0.32% 0.29% -
HSV(B) 293.75º 0.48% 0.39% -
XYZ 8.05 5.65 12.47 -
YUV 69.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 94 51 99 0.05 0.48 0 0.61 293.75 0.32 0.29
Hex 5E 33 63 5 30 0 3D 126 20 1D
Octal 136 63 143 5 60 0 75 446 40 35
Binary 1011110 110011 1100011 101 110000 0 111101 100100110 100000 11101

Color Harmonies of #5E3363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3363

Black with #5E3363

Text Example


Text Example

White with #5E3363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,51,99); }

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

background-color css

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

 a { background-color: rgb(94,51,99); }

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

border-color css

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

 span { border-color: rgb(94,51,99); }

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