Html Css Color HEX #532499 Daisy Bush

📋 copy color: '#532499'

red 83 ◦ green 36 ◦ blue 153

#532499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #532499

Tints of Daisy Bush #532499

RGB

 RED value IS 83 (32.81% from 255) = 30.51%

 GREEN value IS 36 (14.45% from 255) = 13.24%

 BLUE value IS 153 (60.16% from 255) = 56.25%

R = 30.51%
G = 13.24%
B = 56.25%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#532499 (or 0x532499) is known color: Daisy Bush. HEX triplet: 53, 24 and 99. RGB value is (83,36,153). Sum of RGB (Red+Green+Blue) = 83+36+153=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #532499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532499 is #ACDB66. Grayscale: #3E3E3E. Windows color (decimal): -11328359 or 10036307. OLE color: 10036307.

HSL color Cylindrical-coordinate representation of color #532499: hue angle of 264.1º degrees, saturation: 0.62, 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 #532499 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 36 153 -
CMYK 0.46 0.76 0 0.4
HSL 264.1º 0.62% 0.37% -
HSV(B) 264.1º 0.76% 0.6% -
XYZ 9.95 5.4 30.66 -
YUV 63.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 83 36 153 0.46 0.76 0 0.4 264.1 0.62 0.37
Hex 53 24 99 2E 4C 0 28 108 3E 25
Octal 123 44 231 56 114 0 50 410 76 45
Binary 1010011 100100 10011001 101110 1001100 0 101000 100001000 111110 100101

Color Harmonies of #532499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532499

Black with #532499

Text Example


Text Example

White with #532499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532499; }

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

 H1.HeaderClassName
 {
   color: #532499;
 }
 .AnyTagClassName
 {
   color: #532499;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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