#532A77

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

Shades of Blue Diamond #532A77

Tints of Blue Diamond #532A77

Color information

#532A77 (or 0x532A77) is unknown color: approx Blue Diamond. HEX triplet: 53, 2A and 77. RGB value is (83,42,119). Sum of RGB (Red+Green+Blue) = 83+42+119=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #532A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A77 is #ACD588. Grayscale: #3E3E3E. Windows color (decimal): -11326857 or 7809619. OLE color: 7809619.

HSL color Cylindrical-coordinate representation of color #532A77: hue angle of 271.95º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532A77 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8342119-
CMYK0.300.6500.53
HSL271.95º47.83%31.57%-
HSV(B)271.95º64.71%46.67%-
XYZ7.734.8317.98-
YUV63.04159.58142.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=34.02%
G=17.21%
B=48.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83421190.300.6500.53271.9547.8331.57
Hex532A771E410351103020
Octal12352167361010654206040
Binary101001110101011101111111010000010110101100010000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A77; }

 p { color: rgb(83,42,119); }

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

<style>
 a { background-color: #532A77; }

 a { background-color: rgb(83,42,119); }

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

<style>
 span { border-color: #532A77; }

 span { border-color: rgb(83,42,119); }

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