#52277A

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

Shades of Blue Diamond #52277A

Tints of Blue Diamond #52277A

Color information

#52277A (or 0x52277A) is unknown color: approx Blue Diamond. HEX triplet: 52, 27 and 7A. RGB value is (82,39,122). Sum of RGB (Red+Green+Blue) = 82+39+122=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #52277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52277A is #ADD885. Grayscale: #3D3D3D. Windows color (decimal): -11393158 or 8005458. OLE color: 8005458.

HSL color Cylindrical-coordinate representation of color #52277A: hue angle of 271.08º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52277A is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8239122-
CMYK0.330.6800.52
HSL271.08º51.55%31.57%-
HSV(B)271.08º68.03%47.84%-
XYZ7.724.6518.9-
YUV61.32162.25142.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=33.74%
G=16.05%
B=50.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82391220.330.6800.52271.0851.5531.57
Hex52277A214403410f3420
Octal12247172411040644176440
Binary1010010100111111101010000110001000110100100001111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52277A; }

 p { color: rgb(82,39,122); }

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

<style>
 a { background-color: #52277A; }

 a { background-color: rgb(82,39,122); }

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

<style>
 span { border-color: #52277A; }

 span { border-color: rgb(82,39,122); }

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