#522E75

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

Shades of Blue Diamond #522E75

Tints of Blue Diamond #522E75

Color information

#522E75 (or 0x522E75) is unknown color: approx Blue Diamond. HEX triplet: 52, 2E and 75. RGB value is (82,46,117). Sum of RGB (Red+Green+Blue) = 82+46+117=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #522E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E75 is #ADD18A. Grayscale: #404040. Windows color (decimal): -11391371 or 7679570. OLE color: 7679570.

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

Color convert

RGB8246117-
CMYK0.300.6100.54
HSL270.42º43.56%31.96%-
HSV(B)270.42º60.68%45.88%-
XYZ7.675.0317.4-
YUV64.86157.43140.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=33.47%
G=18.78%
B=47.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82461170.300.6100.54270.4243.5631.96
Hex522E751E3D03610e2c20
Octal1225616536750664165440
Binary10100101011101110101111101111010110110100001110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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