#532C76

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

Shades of Blue Diamond #532C76

Tints of Blue Diamond #532C76

Color information

#532C76 (or 0x532C76) is unknown color: approx Blue Diamond. HEX triplet: 53, 2C and 76. RGB value is (83,44,118). Sum of RGB (Red+Green+Blue) = 83+44+118=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #532C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C76 is #ACD389. Grayscale: #3F3F3F. Windows color (decimal): -11326346 or 7744595. OLE color: 7744595.

HSL color Cylindrical-coordinate representation of color #532C76: hue angle of 271.62º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #532C76 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8344118-
CMYK0.300.6300.54
HSL271.62º45.68%31.76%-
HSV(B)271.62º62.71%46.27%-
XYZ7.744.9517.69-
YUV64.1158.42141.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=33.88%
G=17.96%
B=48.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83441180.300.6300.54271.6245.6831.76
Hex532C761E3F0361102e20
Octal1235416636770664205640
Binary10100111011001110110111101111110110110100010000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,44,118); }

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

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

 a { background-color: rgb(83,44,118); }

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

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

 span { border-color: rgb(83,44,118); }

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