#532770

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

Shades of Blue Diamond #532770

Tints of Blue Diamond #532770

Color information

#532770 (or 0x532770) is unknown color: approx Blue Diamond. HEX triplet: 53, 27 and 70. RGB value is (83,39,112). Sum of RGB (Red+Green+Blue) = 83+39+112=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #532770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532770 is #ACD88F. Grayscale: #3C3C3C. Windows color (decimal): -11327632 or 7350099. OLE color: 7350099.

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

Color convert

RGB8339112-
CMYK0.260.6500.56
HSL276.16º48.34%29.61%-
HSV(B)276.16º65.18%43.92%-
XYZ7.224.4615.81-
YUV60.48157.08144.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=35.47%
G=16.67%
B=47.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83391120.260.6500.56276.1648.3429.61
Hex5327701A41038114301e
Octal12347160321010704246036
Binary10100111001111110000110101000001011100010001010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532770; }

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

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

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

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

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

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

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

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