Html Css Color HEX #5D3760 Seance

📋 copy color: '#5D3760'

red 93 ◦ green 55 ◦ blue 96

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

Shades of Seance #5D3760

Tints of Seance #5D3760

RGB

 RED value IS 93 (36.72% from 255) = 38.11%

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 38.11%
G = 22.54%
B = 39.34%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5D3760 (or 0x5D3760) is known color: Seance. HEX triplet: 5D, 37 and 60. RGB value is (93,55,96). Sum of RGB (Red+Green+Blue) = 93+55+96=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D3760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3760 is #A2C89F. Grayscale: #464646. Windows color (decimal): -10668192 or 6305629. OLE color: 6305629.

HSL color Cylindrical-coordinate representation of color #5D3760: hue angle of 295.61º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D3760 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 55 96 -
CMYK 0.03 0.43 0 0.62
HSL 295.61º 0.27% 0.3% -
HSV(B) 295.61º 0.43% 0.38% -
XYZ 7.99 5.9 11.78 -
YUV 71.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 93 55 96 0.03 0.43 0 0.62 295.61 0.27 0.3
Hex 5D 37 60 3 2B 0 3E 128 1B 1E
Octal 135 67 140 3 53 0 76 450 33 36
Binary 1011101 110111 1100000 11 101011 0 111110 100101000 11011 11110

Color Harmonies of #5D3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3760

Black with #5D3760

Text Example


Text Example

White with #5D3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,55,96); }

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

background-color css

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

 a { background-color: rgb(93,55,96); }

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

border-color css

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

 span { border-color: rgb(93,55,96); }

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