#52286F

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

Shades of Blue Diamond #52286F

Tints of Blue Diamond #52286F

Color information

#52286F (or 0x52286F) is unknown color: approx Blue Diamond. HEX triplet: 52, 28 and 6F. RGB value is (82,40,111). Sum of RGB (Red+Green+Blue) = 82+40+111=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #52286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52286F is #ADD790. Grayscale: #3C3C3C. Windows color (decimal): -11392913 or 7284818. OLE color: 7284818.

HSL color Cylindrical-coordinate representation of color #52286F: hue angle of 275.49º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52286F is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8240111-
CMYK0.260.6400.56
HSL275.49º47.02%29.61%-
HSV(B)275.49º63.96%43.53%-
XYZ7.114.4615.53-
YUV60.65156.41143.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=35.19%
G=17.17%
B=47.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82401110.260.6400.56275.4947.0229.61
Hex52286F1A400381132f1e
Octal12250157321000704235736
Binary10100101010001101111110101000000011100010001001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52286F; }

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

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

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

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

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

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

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

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