#532A6E

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

Shades of Blue Diamond #532A6E

Tints of Blue Diamond #532A6E

Color information

#532A6E (or 0x532A6E) is unknown color: approx Blue Diamond. HEX triplet: 53, 2A and 6E. RGB value is (83,42,110). Sum of RGB (Red+Green+Blue) = 83+42+110=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #532A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A6E is #ACD591. Grayscale: #3D3D3D. Windows color (decimal): -11326866 or 7219795. OLE color: 7219795.

HSL color Cylindrical-coordinate representation of color #532A6E: hue angle of 276.18º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #532A6E is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8342110-
CMYK0.250.6200.57
HSL276.18º44.74%29.8%-
HSV(B)276.18º61.82%43.14%-
XYZ7.214.6215.26-
YUV62.01155.08142.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=35.32%
G=17.87%
B=46.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83421100.250.6200.57276.1844.7429.8
Hex532A6E193E0391142d1e
Octal1235215631760714245536
Binary1010011101010110111011001111110011100110001010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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