#532299

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

Shades of Daisy Bush #532299

Tints of Daisy Bush #532299

Color information

#532299 (or 0x532299) is unknown color: approx Daisy Bush. HEX triplet: 53, 22 and 99. RGB value is (83,34,153). Sum of RGB (Red+Green+Blue) = 83+34+153=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #532299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532299 is #ACDD66. Grayscale: #3D3D3D. Windows color (decimal): -11328871 or 10035795. OLE color: 10035795.

HSL color Cylindrical-coordinate representation of color #532299: hue angle of 264.71º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532299 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8334153-
CMYK0.460.7800.4
HSL264.71º63.64%36.67%-
HSV(B)264.71º77.78%60%-
XYZ9.895.2830.64-
YUV62.22179.23142.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=30.74%
G=12.59%
B=56.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83341530.460.7800.4264.7163.6436.67
Hex5322992E4E0281094025
Octal123422315611605041110045
Binary101001110001010011001101110100111001010001000010011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532299; }

 p { color: rgb(83,34,153); }

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

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

 a { background-color: rgb(83,34,153); }

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

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

 span { border-color: rgb(83,34,153); }

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