#532075

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

Shades of Blue Diamond #532075

Tints of Blue Diamond #532075

Color information

#532075 (or 0x532075) is unknown color: approx Blue Diamond. HEX triplet: 53, 20 and 75. RGB value is (83,32,117). Sum of RGB (Red+Green+Blue) = 83+32+117=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #532075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532075 is #ACDF8A. Grayscale: #383838. Windows color (decimal): -11329419 or 7675987. OLE color: 7675987.

HSL color Cylindrical-coordinate representation of color #532075: hue angle of 276º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532075 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8332117-
CMYK0.290.7300.54
HSL276º57.05%29.22%-
HSV(B)276º72.65%45.88%-
XYZ7.294.1617.25-
YUV56.94161.9146.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=35.78%
G=13.79%
B=50.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83321170.290.7300.5427657.0529.22
Hex5320751D49036114391d
Octal12340165351110664247135
Binary10100111000001110101111011001001011011010001010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532075; }

 p { color: rgb(83,32,117); }

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

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

 a { background-color: rgb(83,32,117); }

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

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

 span { border-color: rgb(83,32,117); }

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