#5B1998

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

Shades of Indigo #5B1998

Tints of Indigo #5B1998

Color information

#5B1998 (or 0x5B1998) is unknown color: approx Indigo. HEX triplet: 5B, 19 and 98. RGB value is (91,25,152). Sum of RGB (Red+Green+Blue) = 91+25+152=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B1998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1998 is #A4E667. Grayscale: #3A3A3A. Windows color (decimal): -10806888 or 9967963. OLE color: 9967963.

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

Color convert

RGB9125152-
CMYK0.400.8400.40
HSL271.18º71.75%34.71%-
HSV(B)271.18º83.55%59.61%-
XYZ10.335.1930.16-
YUV59.21180.37150.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.96%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 152 (59.77% from 255) = 56.72%
R=33.96%
G=9.33%
B=56.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91251520.400.8400.40271.1871.7534.71
Hex5B1998285402810f4823
Octal133312305012405041711043
Binary10110111100110011000101000101010001010001000011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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