#532F71

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

Shades of Blue Diamond #532F71

Tints of Blue Diamond #532F71

Color information

#532F71 (or 0x532F71) is unknown color: approx Blue Diamond. HEX triplet: 53, 2F and 71. RGB value is (83,47,113). Sum of RGB (Red+Green+Blue) = 83+47+113=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #532F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F71 is #ACD08E. Grayscale: #414141. Windows color (decimal): -11325583 or 7417683. OLE color: 7417683.

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

Color convert

RGB8347113-
CMYK0.270.5800.56
HSL272.73º41.25%31.37%-
HSV(B)272.73º58.41%44.31%-
XYZ7.565.0616.2-
YUV65.29154.93140.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=34.16%
G=19.34%
B=46.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83471130.270.5800.56272.7341.2531.37
Hex532F711B3A038111291f
Octal1235716133720704215137
Binary1010011101111111000111011111010011100010001000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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