#532773

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

Shades of Blue Diamond #532773

Tints of Blue Diamond #532773

Color information

#532773 (or 0x532773) is unknown color: approx Blue Diamond. HEX triplet: 53, 27 and 73. RGB value is (83,39,115). Sum of RGB (Red+Green+Blue) = 83+39+115=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #532773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532773 is #ACD88C. Grayscale: #3C3C3C. Windows color (decimal): -11327629 or 7546707. OLE color: 7546707.

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

Color convert

RGB8339115-
CMYK0.280.6600.55
HSL274.74º49.35%30.2%-
HSV(B)274.74º66.09%45.1%-
XYZ7.394.5316.7-
YUV60.82158.58143.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=35.02%
G=16.46%
B=48.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83391150.280.6600.55274.7449.3530.2
Hex5327731C42037113311e
Octal12347163341020674236136
Binary10100111001111110011111001000010011011110001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532773; }

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

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

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

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

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

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

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

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