#532476

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

Shades of Blue Diamond #532476

Tints of Blue Diamond #532476

Color information

#532476 (or 0x532476) is unknown color: approx Blue Diamond. HEX triplet: 53, 24 and 76. RGB value is (83,36,118). Sum of RGB (Red+Green+Blue) = 83+36+118=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #532476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532476 is #ACDB89. Grayscale: #3B3B3B. Windows color (decimal): -11328394 or 7742547. OLE color: 7742547.

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

Color convert

RGB8336118-
CMYK0.300.6900.54
HSL274.39º53.25%30.2%-
HSV(B)274.39º69.49%46.27%-
XYZ7.474.4117.6-
YUV59.4161.07144.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=35.02%
G=15.19%
B=49.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83361180.300.6900.54274.3953.2530.2
Hex5324761E45036112351e
Octal12344166361050664226536
Binary10100111001001110110111101000101011011010001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532476; }

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

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

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

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

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

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

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

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