#52226C

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

Shades of Blue Diamond #52226C

Tints of Blue Diamond #52226C

Color information

#52226C (or 0x52226C) is unknown color: approx Blue Diamond. HEX triplet: 52, 22 and 6C. RGB value is (82,34,108). Sum of RGB (Red+Green+Blue) = 82+34+108=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #52226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52226C is #ADDD93. Grayscale: #383838. Windows color (decimal): -11394452 or 7086674. OLE color: 7086674.

HSL color Cylindrical-coordinate representation of color #52226C: hue angle of 278.92º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52226C is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8234108-
CMYK0.240.6900.58
HSL278.92º52.11%27.84%-
HSV(B)278.92º68.52%42.35%-
XYZ6.764.0214.61-
YUV56.79156.9145.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=36.61%
G=15.18%
B=48.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82341080.240.6900.58278.9252.1127.84
Hex52226C184503A117341c
Octal12242154301050724276434
Binary10100101000101101100110001000101011101010001011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,34,108); }

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

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

 a { background-color: rgb(82,34,108); }

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

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

 span { border-color: rgb(82,34,108); }

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