#532370

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

Shades of Blue Diamond #532370

Tints of Blue Diamond #532370

Color information

#532370 (or 0x532370) is unknown color: approx Blue Diamond. HEX triplet: 53, 23 and 70. RGB value is (83,35,112). Sum of RGB (Red+Green+Blue) = 83+35+112=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #532370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532370 is #ACDC8F. Grayscale: #393939. Windows color (decimal): -11328656 or 7349075. OLE color: 7349075.

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

Color convert

RGB8335112-
CMYK0.260.6900.56
HSL277.4º52.38%28.82%-
HSV(B)277.4º68.75%43.92%-
XYZ7.094.2115.77-
YUV58.13158.4145.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=36.09%
G=15.22%
B=48.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83351120.260.6900.56277.452.3828.82
Hex5323701A45038115341d
Octal12343160321050704256435
Binary10100111000111110000110101000101011100010001010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532370; }

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

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

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

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

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

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

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

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