#532598

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

Shades of Daisy Bush #532598

Tints of Daisy Bush #532598

Color information

#532598 (or 0x532598) is unknown color: approx Daisy Bush. HEX triplet: 53, 25 and 98. RGB value is (83,37,152). Sum of RGB (Red+Green+Blue) = 83+37+152=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #532598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532598 is #ACDA67. Grayscale: #3F3F3F. Windows color (decimal): -11328104 or 9971027. OLE color: 9971027.

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

Color convert

RGB8337152-
CMYK0.450.7600.40
HSL264º60.85%37.06%-
HSV(B)264º75.66%59.61%-
XYZ9.95.4330.23-
YUV63.86177.74141.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 152 (59.77% from 255) = 55.88%
R=30.51%
G=13.60%
B=55.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83371520.450.7600.4026460.8537.06
Hex5325982D4C0281083d25
Octal12345230551140504107545
Binary10100111001011001100010110110011000101000100001000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532598; }

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

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

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

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

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

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

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

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