#532A6C

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

Shades of Blue Diamond #532A6C

Tints of Blue Diamond #532A6C

Color information

#532A6C (or 0x532A6C) is unknown color: approx Blue Diamond. HEX triplet: 53, 2A and 6C. RGB value is (83,42,108). Sum of RGB (Red+Green+Blue) = 83+42+108=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #532A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A6C is #ACD593. Grayscale: #3D3D3D. Windows color (decimal): -11326868 or 7088723. OLE color: 7088723.

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

Color convert

RGB8342108-
CMYK0.230.6100.58
HSL277.27º44%29.41%-
HSV(B)277.27º61.11%42.35%-
XYZ7.14.5814.7-
YUV61.78154.08143.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=35.62%
G=18.03%
B=46.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83421080.230.6100.58277.274429.41
Hex532A6C173D03A1152c1d
Octal1235215427750724255435
Binary1010011101010110110010111111101011101010001010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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