#52267C

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

Shades of Blue Diamond #52267C

Tints of Blue Diamond #52267C

Color information

#52267C (or 0x52267C) is unknown color: approx Blue Diamond. HEX triplet: 52, 26 and 7C. RGB value is (82,38,124). Sum of RGB (Red+Green+Blue) = 82+38+124=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #52267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52267C is #ADD983. Grayscale: #3C3C3C. Windows color (decimal): -11393412 or 8136274. OLE color: 8136274.

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

Color convert

RGB8238124-
CMYK0.340.6900.51
HSL270.7º53.09%31.76%-
HSV(B)270.7º69.35%48.63%-
XYZ7.814.6419.55-
YUV60.96163.58143.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=33.61%
G=15.57%
B=50.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82381240.340.6900.51270.753.0931.76
Hex52267C224503310f3520
Octal12246174421050634176540
Binary1010010100110111110010001010001010110011100001111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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