#52207C

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

Shades of Blue Diamond #52207C

Tints of Blue Diamond #52207C

Color information

#52207C (or 0x52207C) is unknown color: approx Blue Diamond. HEX triplet: 52, 20 and 7C. RGB value is (82,32,124). Sum of RGB (Red+Green+Blue) = 82+32+124=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #52207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52207C is #ADDF83. Grayscale: #393939. Windows color (decimal): -11394948 or 8134738. OLE color: 8134738.

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

Color convert

RGB8232124-
CMYK0.340.7400.51
HSL272.61º58.97%30.59%-
HSV(B)272.61º74.19%48.63%-
XYZ7.634.2819.49-
YUV57.44165.56145.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 124 (48.83% from 255) = 52.10%
R=34.45%
G=13.45%
B=52.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82321240.340.7400.51272.6158.9730.59
Hex52207C224A0331113b1f
Octal12240174421120634217337
Binary101001010000011111001000101001010011001110001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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