#522975

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

Shades of Blue Diamond #522975

Tints of Blue Diamond #522975

Color information

#522975 (or 0x522975) is unknown color: approx Blue Diamond. HEX triplet: 52, 29 and 75. RGB value is (82,41,117). Sum of RGB (Red+Green+Blue) = 82+41+117=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #522975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522975 is #ADD68A. Grayscale: #3D3D3D. Windows color (decimal): -11392651 or 7678290. OLE color: 7678290.

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

Color convert

RGB8241117-
CMYK0.300.6500.54
HSL272.37º48.1%30.98%-
HSV(B)272.37º64.96%45.88%-
XYZ7.484.6617.34-
YUV61.92159.08142.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=34.17%
G=17.08%
B=48.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82411170.300.6500.54272.3748.130.98
Hex5229751E41036110301f
Octal12251165361010664206037
Binary10100101010011110101111101000001011011010001000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522975; }

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

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

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

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

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

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

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

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