#520567

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

Shades of Indigo #520567

Tints of Indigo #520567

Color information

#520567 (or 0x520567) is unknown color: approx Indigo. HEX triplet: 52, 05 and 67. RGB value is (82,5,103). Sum of RGB (Red+Green+Blue) = 82+5+103=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #520567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520567 is #ADFA98. Grayscale: #262626. Windows color (decimal): -11401881 or 6751570. OLE color: 6751570.

HSL color Cylindrical-coordinate representation of color #520567: hue angle of 287.14º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520567 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB825103-
CMYK0.200.9500.60
HSL287.14º90.74%21.18%-
HSV(B)287.14º95.15%40.39%-
XYZ5.982.8813.07-
YUV39.2164.01158.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 103 (40.62% from 255) = 54.21%
R=43.16%
G=2.63%
B=54.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8251030.200.9500.60287.1490.7421.18
Hex52567145F03C11f5b15
Octal12251472413707443713325
Binary101001010111001111010010111110111100100011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520567; }

 p { color: rgb(82,5,103); }

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

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

 a { background-color: rgb(82,5,103); }

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

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

 span { border-color: rgb(82,5,103); }

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