Html Css Color HEX #5B3263 Seance

📋 copy color: '#5B3263'

red 91 ◦ green 50 ◦ blue 99

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

Shades of Seance #5B3263

Tints of Seance #5B3263

RGB

 RED value IS 91 (35.94% from 255) = 37.92%

 GREEN value IS 50 (19.92% from 255) = 20.83%

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

R = 37.92%
G = 20.83%
B = 41.25%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5B3263 (or 0x5B3263) is known color: Seance. HEX triplet: 5B, 32 and 63. RGB value is (91,50,99). Sum of RGB (Red+Green+Blue) = 91+50+99=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3263 is #A4CD9C. Grayscale: #434343. Windows color (decimal): -10800541 or 6500955. OLE color: 6500955.

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

Color convert

RGB 91 50 99 -
CMYK 0.08 0.49 0 0.61
HSL 290.2º 0.33% 0.29% -
HSV(B) 290.2º 0.49% 0.39% -
XYZ 7.71 5.41 12.44 -
YUV 67.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 91 50 99 0.08 0.49 0 0.61 290.2 0.33 0.29
Hex 5B 32 63 8 31 0 3D 122 21 1D
Octal 133 62 143 10 61 0 75 442 41 35
Binary 1011011 110010 1100011 1000 110001 0 111101 100100010 100001 11101

Color Harmonies of #5B3263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3263

Black with #5B3263

Text Example


Text Example

White with #5B3263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,50,99); }

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

background-color css

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

 a { background-color: rgb(91,50,99); }

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

border-color css

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

 span { border-color: rgb(91,50,99); }

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