#532376

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

Shades of Blue Diamond #532376

Tints of Blue Diamond #532376

Color information

#532376 (or 0x532376) is unknown color: approx Blue Diamond. HEX triplet: 53, 23 and 76. RGB value is (83,35,118). Sum of RGB (Red+Green+Blue) = 83+35+118=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #532376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532376 is #ACDC89. Grayscale: #3A3A3A. Windows color (decimal): -11328650 or 7742291. OLE color: 7742291.

HSL color Cylindrical-coordinate representation of color #532376: hue angle of 274.7º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532376 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8335118-
CMYK0.300.7000.54
HSL274.7º54.25%30%-
HSV(B)274.7º70.34%46.27%-
XYZ7.444.3517.59-
YUV58.81161.4145.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 118 (46.48% from 255) = 50%
R=35.17%
G=14.83%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83351180.300.7000.54274.754.2530
Hex5323761E46036113361e
Octal12343166361060664236636
Binary10100111000111110110111101000110011011010001001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532376; }

 p { color: rgb(83,35,118); }

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

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

 a { background-color: rgb(83,35,118); }

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

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

 span { border-color: rgb(83,35,118); }

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