#52287A

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

Shades of Blue Diamond #52287A

Tints of Blue Diamond #52287A

Color information

#52287A (or 0x52287A) is unknown color: approx Blue Diamond. HEX triplet: 52, 28 and 7A. RGB value is (82,40,122). Sum of RGB (Red+Green+Blue) = 82+40+122=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #52287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52287A is #ADD785. Grayscale: #3D3D3D. Windows color (decimal): -11392902 or 8005714. OLE color: 8005714.

HSL color Cylindrical-coordinate representation of color #52287A: hue angle of 270.73º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52287A is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8240122-
CMYK0.330.6700.52
HSL270.73º50.62%31.76%-
HSV(B)270.73º67.21%47.84%-
XYZ7.754.7218.91-
YUV61.91161.91142.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 122 (48.05% from 255) = 50%
R=33.61%
G=16.39%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82401220.330.6700.52270.7350.6231.76
Hex52287A214303410f3320
Octal12250172411030644176340
Binary1010010101000111101010000110000110110100100001111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52287A; }

 p { color: rgb(82,40,122); }

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

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

 a { background-color: rgb(82,40,122); }

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

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

 span { border-color: rgb(82,40,122); }

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