#522F75

Color #522F75 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #522F75

Tints of Blue Diamond #522F75

Color information

#522F75 (or 0x522F75) is unknown color: approx Blue Diamond. HEX triplet: 52, 2F and 75. RGB value is (82,47,117). Sum of RGB (Red+Green+Blue) = 82+47+117=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #522F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522F75 is #ADD08A. Grayscale: #414141. Windows color (decimal): -11391115 or 7679826. OLE color: 7679826.

HSL color Cylindrical-coordinate representation of color #522F75: hue angle of 270º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522F75 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8247117-
CMYK0.300.6000.54
HSL270º42.68%32.16%-
HSV(B)270º59.83%45.88%-
XYZ7.715.1117.41-
YUV65.44157.1139.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 47 (18.75% from 255) = 19.11%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=33.33%
G=19.11%
B=47.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82471170.300.6000.5427042.6832.16
Hex522F751E3C03610e2b20
Octal1225716536740664165340
Binary10100101011111110101111101111000110110100001110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522F75; }

 p { color: rgb(82,47,117); }

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

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

 a { background-color: rgb(82,47,117); }

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

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

 span { border-color: rgb(82,47,117); }

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