#530563

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

Shades of Indigo #530563

Tints of Indigo #530563

Color information

#530563 (or 0x530563) is unknown color: approx Indigo. HEX triplet: 53, 05 and 63. RGB value is (83,5,99). Sum of RGB (Red+Green+Blue) = 83+5+99=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #530563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530563 is #ACFA9C. Grayscale: #262626. Windows color (decimal): -11336349 or 6489427. OLE color: 6489427.

HSL color Cylindrical-coordinate representation of color #530563: hue angle of 289.79º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530563 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB83599-
CMYK0.160.9500.61
HSL289.79º90.38%20.39%-
HSV(B)289.79º94.95%38.82%-
XYZ5.872.8512.04-
YUV39.04161.84159.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=44.39%
G=2.67%
B=52.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal835990.160.9500.61289.7990.3820.39
Hex53563105F03D1225a14
Octal12351432013707544213224
Binary101001110111000111000010111110111101100100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530563; }

 p { color: rgb(83,5,99); }

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

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

 a { background-color: rgb(83,5,99); }

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

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

 span { border-color: rgb(83,5,99); }

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