#5B1698

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

Shades of Indigo #5B1698

Tints of Indigo #5B1698

Color information

#5B1698 (or 0x5B1698) is unknown color: approx Indigo. HEX triplet: 5B, 16 and 98. RGB value is (91,22,152). Sum of RGB (Red+Green+Blue) = 91+22+152=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B1698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1698 is #A4E967. Grayscale: #393939. Windows color (decimal): -10807656 or 9967195. OLE color: 9967195.

HSL color Cylindrical-coordinate representation of color #5B1698: hue angle of 271.85º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1698 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9122152-
CMYK0.400.8600.40
HSL271.85º74.71%34.12%-
HSV(B)271.85º85.53%59.61%-
XYZ10.275.0630.14-
YUV57.45181.36151.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.34%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 152 (59.77% from 255) = 57.36%
R=34.34%
G=8.30%
B=57.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91221520.400.8600.40271.8574.7134.12
Hex5B169828560281104b22
Octal133262305012605042011342
Binary10110111011010011000101000101011001010001000100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,22,152); }

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

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

 a { background-color: rgb(91,22,152); }

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

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

 span { border-color: rgb(91,22,152); }

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