#532C77

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

Shades of Blue Diamond #532C77

Tints of Blue Diamond #532C77

Color information

#532C77 (or 0x532C77) is unknown color: approx Blue Diamond. HEX triplet: 53, 2C and 77. RGB value is (83,44,119). Sum of RGB (Red+Green+Blue) = 83+44+119=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #532C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C77 is #ACD388. Grayscale: #3F3F3F. Windows color (decimal): -11326345 or 7810131. OLE color: 7810131.

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

Color convert

RGB8344119-
CMYK0.300.6300.53
HSL271.2º46.01%31.96%-
HSV(B)271.2º63.03%46.67%-
XYZ7.84.9718-
YUV64.21158.92141.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 44 (17.58% from 255) = 17.89%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=33.74%
G=17.89%
B=48.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83441190.300.6300.53271.246.0131.96
Hex532C771E3F03510f2e20
Octal1235416736770654175640
Binary10100111011001110111111101111110110101100001111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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