#532C70

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

Shades of Blue Diamond #532C70

Tints of Blue Diamond #532C70

Color information

#532C70 (or 0x532C70) is unknown color: approx Blue Diamond. HEX triplet: 53, 2C and 70. RGB value is (83,44,112). Sum of RGB (Red+Green+Blue) = 83+44+112=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #532C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C70 is #ACD38F. Grayscale: #3F3F3F. Windows color (decimal): -11326352 or 7351379. OLE color: 7351379.

HSL color Cylindrical-coordinate representation of color #532C70: hue angle of 274.41º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532C70 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8344112-
CMYK0.260.6100.56
HSL274.41º43.59%30.59%-
HSV(B)274.41º60.71%43.92%-
XYZ7.394.8115.87-
YUV63.41155.42141.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=34.73%
G=18.41%
B=46.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83441120.260.6100.56274.4143.5930.59
Hex532C701A3D0381122c1f
Octal1235416032750704225437
Binary1010011101100111000011010111101011100010001001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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