#532597

Color #532597 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #532597

Tints of Daisy Bush #532597

Color information

#532597 (or 0x532597) is unknown color: approx Daisy Bush. HEX triplet: 53, 25 and 97. RGB value is (83,37,151). Sum of RGB (Red+Green+Blue) = 83+37+151=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #532597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532597 is #ACDA68. Grayscale: #3F3F3F. Windows color (decimal): -11328105 or 9905491. OLE color: 9905491.

HSL color Cylindrical-coordinate representation of color #532597: hue angle of 264.21º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532597 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8337151-
CMYK0.450.7500.41
HSL264.21º60.64%36.86%-
HSV(B)264.21º75.5%59.22%-
XYZ9.815.429.8-
YUV63.75177.24141.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 151 (59.38% from 255) = 55.72%
R=30.63%
G=13.65%
B=55.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83371510.450.7500.41264.2160.6436.86
Hex5325972D4B0291083d25
Octal12345227551130514107545
Binary10100111001011001011110110110010110101001100001000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532597; }

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

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

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

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

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

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

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

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