#532575

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

Shades of Blue Diamond #532575

Tints of Blue Diamond #532575

Color information

#532575 (or 0x532575) is unknown color: approx Blue Diamond. HEX triplet: 53, 25 and 75. RGB value is (83,37,117). Sum of RGB (Red+Green+Blue) = 83+37+117=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #532575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532575 is #ACDA8A. Grayscale: #3B3B3B. Windows color (decimal): -11328139 or 7677267. OLE color: 7677267.

HSL color Cylindrical-coordinate representation of color #532575: hue angle of 274.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #532575 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8337117-
CMYK0.290.6800.54
HSL274.5º51.95%30.2%-
HSV(B)274.5º68.38%45.88%-
XYZ7.444.4517.3-
YUV59.87160.24144.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=35.02%
G=15.61%
B=49.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83371170.290.6800.54274.551.9530.2
Hex5325751D44036112341e
Octal12345165351040664226436
Binary10100111001011110101111011000100011011010001001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532575; }

 p { color: rgb(83,37,117); }

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

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

 a { background-color: rgb(83,37,117); }

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

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

 span { border-color: rgb(83,37,117); }

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