#532C6C

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

Shades of Blue Diamond #532C6C

Tints of Blue Diamond #532C6C

Color information

#532C6C (or 0x532C6C) is unknown color: approx Blue Diamond. HEX triplet: 53, 2C and 6C. RGB value is (83,44,108). Sum of RGB (Red+Green+Blue) = 83+44+108=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #532C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C6C is #ACD393. Grayscale: #3E3E3E. Windows color (decimal): -11326356 or 7089235. OLE color: 7089235.

HSL color Cylindrical-coordinate representation of color #532C6C: hue angle of 276.56º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532C6C is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8344108-
CMYK0.230.5900.58
HSL276.56º42.11%29.8%-
HSV(B)276.56º59.26%42.35%-
XYZ7.174.7214.72-
YUV62.96153.42142.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=35.32%
G=18.72%
B=45.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83441080.230.5900.58276.5642.1129.8
Hex532C6C173B03A1152a1e
Octal1235415427730724255236
Binary1010011101100110110010111111011011101010001010110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C6C; }

 p { color: rgb(83,44,108); }

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

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

 a { background-color: rgb(83,44,108); }

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

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

 span { border-color: rgb(83,44,108); }

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