#5B2C65

Color #5B2C65 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #5B2C65

Tints of Seance #5B2C65

Color information

#5B2C65 (or 0x5B2C65) is unknown color: approx Seance. HEX triplet: 5B, 2C and 65. RGB value is (91,44,101). Sum of RGB (Red+Green+Blue) = 91+44+101=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B2C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2C65 is #A4D39A. Grayscale: #404040. Windows color (decimal): -10802075 or 6630491. OLE color: 6630491.

HSL color Cylindrical-coordinate representation of color #5B2C65: hue angle of 289.47º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B2C65 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9144101-
CMYK0.100.5600.60
HSL289.47º39.31%28.43%-
HSV(B)289.47º56.44%39.61%-
XYZ7.564.9712.87-
YUV64.55148.57146.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=38.56%
G=18.64%
B=42.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91441010.100.5600.60289.4739.3128.43
Hex5B2C65A3803C121271c
Octal1335414512700744414734
Binary101101110110011001011010111000011110010010000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,44,101); }

 H1.HeaderClassName
 {
   color: #5B2C65;
 }
 .AnyTagClassName
 {
   color: #5B2C65;
 }
</style>
background-color css

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

 a { background-color: rgb(91,44,101); }

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

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

 span { border-color: rgb(91,44,101); }

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