#5B236F

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

Shades of Seance #5B236F

Tints of Seance #5B236F

Color information

#5B236F (or 0x5B236F) is unknown color: approx Seance. HEX triplet: 5B, 23 and 6F. RGB value is (91,35,111). Sum of RGB (Red+Green+Blue) = 91+35+111=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B236F is #A4DC90. Grayscale: #3C3C3C. Windows color (decimal): -10804369 or 7283547. OLE color: 7283547.

HSL color Cylindrical-coordinate representation of color #5B236F: hue angle of 284.21º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B236F is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9135111-
CMYK0.180.6800.56
HSL284.21º52.05%28.63%-
HSV(B)284.21º68.47%43.53%-
XYZ7.784.5715.51-
YUV60.41156.55149.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=38.40%
G=14.77%
B=46.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91351110.180.6800.56284.2152.0528.63
Hex5B236F124403811c341d
Octal13343157221040704346435
Binary10110111000111101111100101000100011100010001110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,35,111); }

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

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

 a { background-color: rgb(91,35,111); }

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

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

 span { border-color: rgb(91,35,111); }

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