#52287B

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

Shades of Blue Diamond #52287B

Tints of Blue Diamond #52287B

Color information

#52287B (or 0x52287B) is unknown color: approx Blue Diamond. HEX triplet: 52, 28 and 7B. RGB value is (82,40,123). Sum of RGB (Red+Green+Blue) = 82+40+123=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #52287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52287B is #ADD784. Grayscale: #3D3D3D. Windows color (decimal): -11392901 or 8071250. OLE color: 8071250.

HSL color Cylindrical-coordinate representation of color #52287B: hue angle of 270.36º 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 #52287B is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8240123-
CMYK0.330.6700.52
HSL270.36º50.92%31.96%-
HSV(B)270.36º67.48%48.24%-
XYZ7.814.7419.24-
YUV62.02162.41142.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=33.47%
G=16.33%
B=50.20%

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
Decimal82401230.330.6700.52270.3650.9231.96
Hex52287B214303410e3320
Octal12250173411030644166340
Binary1010010101000111101110000110000110110100100001110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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