Html Css Color HEX #532999 Daisy Bush

📋 copy color: '#532999'

red 83 ◦ green 41 ◦ blue 153

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

Shades of Daisy Bush #532999

Tints of Daisy Bush #532999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

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

R = 29.96%
G = 14.8%
B = 55.23%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#532999 (or 0x532999) is known color: Daisy Bush. HEX triplet: 53, 29 and 99. RGB value is (83,41,153). Sum of RGB (Red+Green+Blue) = 83+41+153=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #532999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532999 is #ACD666. Grayscale: #414141. Windows color (decimal): -11327079 or 10037587. OLE color: 10037587.

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

Color convert

RGB 83 41 153 -
CMYK 0.46 0.73 0 0.4
HSL 262.5º 0.58% 0.38% -
HSV(B) 262.5º 0.73% 0.6% -
XYZ 10.11 5.72 30.71 -
YUV 66.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 83 41 153 0.46 0.73 0 0.4 262.5 0.58 0.38
Hex 53 29 99 2E 49 0 28 106 3A 26
Octal 123 51 231 56 111 0 50 406 72 46
Binary 1010011 101001 10011001 101110 1001001 0 101000 100000110 111010 100110

Color Harmonies of #532999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532999

Black with #532999

Text Example


Text Example

White with #532999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532999; }

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

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

background-color css

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

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

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

border-color css

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

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

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