#532873

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

Shades of Blue Diamond #532873

Tints of Blue Diamond #532873

Color information

#532873 (or 0x532873) is unknown color: approx Blue Diamond. HEX triplet: 53, 28 and 73. RGB value is (83,40,115). Sum of RGB (Red+Green+Blue) = 83+40+115=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #532873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532873 is #ACD78C. Grayscale: #3D3D3D. Windows color (decimal): -11327373 or 7546963. OLE color: 7546963.

HSL color Cylindrical-coordinate representation of color #532873: hue angle of 274.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532873 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8340115-
CMYK0.280.6500.55
HSL274.4º48.39%30.39%-
HSV(B)274.4º65.22%45.1%-
XYZ7.424.5916.72-
YUV61.41158.25143.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=34.87%
G=16.81%
B=48.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83401150.280.6500.55274.448.3930.39
Hex5328731C41037112301e
Octal12350163341010674226036
Binary10100111010001110011111001000001011011110001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532873; }

 p { color: rgb(83,40,115); }

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

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

 a { background-color: rgb(83,40,115); }

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

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

 span { border-color: rgb(83,40,115); }

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