#532071

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

Shades of Blue Diamond #532071

Tints of Blue Diamond #532071

Color information

#532071 (or 0x532071) is unknown color: approx Blue Diamond. HEX triplet: 53, 20 and 71. RGB value is (83,32,113). Sum of RGB (Red+Green+Blue) = 83+32+113=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #532071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532071 is #ACDF8E. Grayscale: #383838. Windows color (decimal): -11329423 or 7413843. OLE color: 7413843.

HSL color Cylindrical-coordinate representation of color #532071: hue angle of 277.78º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532071 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8332113-
CMYK0.270.7200.56
HSL277.78º55.86%28.43%-
HSV(B)277.78º71.68%44.31%-
XYZ7.064.0616.03-
YUV56.48159.9146.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=36.40%
G=14.04%
B=49.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83321130.270.7200.56277.7855.8628.43
Hex5320711B48038116381c
Octal12340161331100704267034
Binary10100111000001110001110111001000011100010001011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532071; }

 p { color: rgb(83,32,113); }

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

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

 a { background-color: rgb(83,32,113); }

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

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

 span { border-color: rgb(83,32,113); }

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