#5B176E

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

Shades of Seance #5B176E

Tints of Seance #5B176E

Color information

#5B176E (or 0x5B176E) is unknown color: approx Seance. HEX triplet: 5B, 17 and 6E. RGB value is (91,23,110). Sum of RGB (Red+Green+Blue) = 91+23+110=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B176E is #A4E891. Grayscale: #343434. Windows color (decimal): -10807442 or 7214939. OLE color: 7214939.

HSL color Cylindrical-coordinate representation of color #5B176E: hue angle of 286.9º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B176E is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9123110-
CMYK0.170.7900.57
HSL286.9º65.41%26.08%-
HSV(B)286.9º79.09%43.14%-
XYZ7.443.9615.12-
YUV53.25160.03154.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.62%
GREEN value IS 23 (9.38% from 255) = 10.27%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=40.62%
G=10.27%
B=49.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91231100.170.7900.57286.965.4126.08
Hex5B176E114F03911f411a
Octal133271562111707143710132
Binary10110111011111011101000110011110111001100011111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,23,110); }

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

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

 a { background-color: rgb(91,23,110); }

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

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

 span { border-color: rgb(91,23,110); }

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