#532F72

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

Shades of Blue Diamond #532F72

Tints of Blue Diamond #532F72

Color information

#532F72 (or 0x532F72) is unknown color: approx Blue Diamond. HEX triplet: 53, 2F and 72. RGB value is (83,47,114). Sum of RGB (Red+Green+Blue) = 83+47+114=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #532F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F72 is #ACD08D. Grayscale: #414141. Windows color (decimal): -11325582 or 7483219. OLE color: 7483219.

HSL color Cylindrical-coordinate representation of color #532F72: hue angle of 272.24º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532F72 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8347114-
CMYK0.270.5900.55
HSL272.24º41.61%31.57%-
HSV(B)272.24º58.77%44.71%-
XYZ7.625.0916.5-
YUV65.4155.43140.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=34.02%
G=19.26%
B=46.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83471140.270.5900.55272.2441.6131.57
Hex532F721B3B0371102a20
Octal1235716233730674205240
Binary10100111011111110010110111110110110111100010000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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