#5B2C67

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

Shades of Seance #5B2C67

Tints of Seance #5B2C67

Color information

#5B2C67 (or 0x5B2C67) is unknown color: approx Seance. HEX triplet: 5B, 2C and 67. RGB value is (91,44,103). Sum of RGB (Red+Green+Blue) = 91+44+103=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B2C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2C67 is #A4D398. Grayscale: #404040. Windows color (decimal): -10802073 or 6761563. OLE color: 6761563.

HSL color Cylindrical-coordinate representation of color #5B2C67: hue angle of 287.8º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B2C67 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9144103-
CMYK0.120.5700.60
HSL287.8º40.14%28.82%-
HSV(B)287.8º57.28%40.39%-
XYZ7.66513.39-
YUV64.78149.57146.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.24%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=38.24%
G=18.49%
B=43.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91441030.120.5700.60287.840.1428.82
Hex5B2C67C3903C120281d
Octal1335414714710744405035
Binary101101110110011001111100111001011110010010000010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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