#522A75

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

Shades of Blue Diamond #522A75

Tints of Blue Diamond #522A75

Color information

#522A75 (or 0x522A75) is unknown color: approx Blue Diamond. HEX triplet: 52, 2A and 75. RGB value is (82,42,117). Sum of RGB (Red+Green+Blue) = 82+42+117=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #522A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A75 is #ADD58A. Grayscale: #3E3E3E. Windows color (decimal): -11392395 or 7678546. OLE color: 7678546.

HSL color Cylindrical-coordinate representation of color #522A75: hue angle of 272º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #522A75 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8242117-
CMYK0.300.6400.54
HSL272º47.17%31.18%-
HSV(B)272º64.1%45.88%-
XYZ7.524.7317.35-
YUV62.51158.75141.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=34.02%
G=17.43%
B=48.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82421170.300.6400.5427247.1731.18
Hex522A751E400361102f1f
Octal12252165361000664205737
Binary10100101010101110101111101000000011011010001000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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