#52206F

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

Shades of Blue Diamond #52206F

Tints of Blue Diamond #52206F

Color information

#52206F (or 0x52206F) is unknown color: approx Blue Diamond. HEX triplet: 52, 20 and 6F. RGB value is (82,32,111). Sum of RGB (Red+Green+Blue) = 82+32+111=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #52206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52206F is #ADDF90. Grayscale: #373737. Windows color (decimal): -11394961 or 7282770. OLE color: 7282770.

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

Color convert

RGB8232111-
CMYK0.260.7100.56
HSL277.97º55.24%28.04%-
HSV(B)277.97º71.17%43.53%-
XYZ6.873.9715.44-
YUV55.96159.06146.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=36.44%
G=14.22%
B=49.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82321110.260.7100.56277.9755.2428.04
Hex52206F1A47038116371c
Octal12240157321070704266734
Binary10100101000001101111110101000111011100010001011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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