#52207B

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

Shades of Blue Diamond #52207B

Tints of Blue Diamond #52207B

Color information

#52207B (or 0x52207B) is unknown color: approx Blue Diamond. HEX triplet: 52, 20 and 7B. RGB value is (82,32,123). Sum of RGB (Red+Green+Blue) = 82+32+123=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #52207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52207B is #ADDF84. Grayscale: #393939. Windows color (decimal): -11394949 or 8069202. OLE color: 8069202.

HSL color Cylindrical-coordinate representation of color #52207B: hue angle of 272.97º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52207B is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8232123-
CMYK0.330.7400.52
HSL272.97º58.71%30.39%-
HSV(B)272.97º73.98%48.24%-
XYZ7.574.2619.16-
YUV57.32165.06145.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=34.60%
G=13.50%
B=51.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82321230.330.7400.52272.9758.7130.39
Hex52207B214A0341113b1e
Octal12240173411120644217336
Binary101001010000011110111000011001010011010010001000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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