#5B1675

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

Shades of Indigo #5B1675

Tints of Indigo #5B1675

Color information

#5B1675 (or 0x5B1675) is unknown color: approx Indigo. HEX triplet: 5B, 16 and 75. RGB value is (91,22,117). Sum of RGB (Red+Green+Blue) = 91+22+117=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B1675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1675 is #A4E98A. Grayscale: #353535. Windows color (decimal): -10807691 or 7673435. OLE color: 7673435.

HSL color Cylindrical-coordinate representation of color #5B1675: hue angle of 283.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1675 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9122117-
CMYK0.220.8100.54
HSL283.58º68.35%27.25%-
HSV(B)283.58º81.2%45.88%-
XYZ7.814.0817.21-
YUV53.46163.86154.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.57%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=39.57%
G=9.57%
B=50.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91221170.220.8100.54283.5868.3527.25
Hex5B1675165103611c441b
Octal133261652612106643410433
Binary10110111011011101011011010100010110110100011100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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