Html Css Color HEX #5B06AB Indigo

📋 copy color: '#5B06AB'

red 91 ◦ green 6 ◦ blue 171

#5B06AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5B06AB

Tints of Indigo #5B06AB

RGB

 RED value IS 91 (35.94% from 255) = 33.96%

 GREEN value IS 6 (2.73% from 255) = 2.24%

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 33.96%
G = 2.24%
B = 63.81%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B06AB (or 0x5B06AB) is known color: Indigo. HEX triplet: 5B, 06 and AB. RGB value is (91,6,171). Sum of RGB (Red+Green+Blue) = 91+6+171=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B06AB is #A4F954. Grayscale: #313131. Windows color (decimal): -10811733 or 11208283. OLE color: 11208283.

HSL color Cylindrical-coordinate representation of color #5B06AB: hue angle of 270.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B06AB is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 6 171 -
CMYK 0.47 0.96 0 0.33
HSL 270.91º 0.93% 0.35% -
HSV(B) 270.91º 0.96% 0.67% -
XYZ 11.73 5.29 38.93 -
YUV 50.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 91 6 171 0.47 0.96 0 0.33 270.91 0.93 0.35
Hex 5B 6 AB 2F 60 0 21 10F 5D 23
Octal 133 6 253 57 140 0 41 417 135 43
Binary 1011011 110 10101011 101111 1100000 0 100001 100001111 1011101 100011

Color Harmonies of #5B06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B06AB

Black with #5B06AB

Text Example


Text Example

White with #5B06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,6,171); }

 H1.HeaderClassName
 {
   color: #5B06AB;
 }
 .AnyTagClassName
 {
   color: #5B06AB;
 }
</style>

background-color css

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

 a { background-color: rgb(91,6,171); }

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

border-color css

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

 span { border-color: rgb(91,6,171); }

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