#52287C

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

Shades of Blue Diamond #52287C

Tints of Blue Diamond #52287C

Color information

#52287C (or 0x52287C) is unknown color: approx Blue Diamond. HEX triplet: 52, 28 and 7C. RGB value is (82,40,124). Sum of RGB (Red+Green+Blue) = 82+40+124=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #52287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52287C is #ADD783. Grayscale: #3D3D3D. Windows color (decimal): -11392900 or 8136786. OLE color: 8136786.

HSL color Cylindrical-coordinate representation of color #52287C: hue angle of 270º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52287C is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8240124-
CMYK0.340.6800.51
HSL270º51.22%32.16%-
HSV(B)270º67.74%48.63%-
XYZ7.884.7719.57-
YUV62.13162.91142.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=33.33%
G=16.26%
B=50.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82401240.340.6800.5127051.2232.16
Hex52287C224403310e3320
Octal12250174421040634166340
Binary1010010101000111110010001010001000110011100001110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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