Html Css Color HEX #532899 Daisy Bush

📋 copy color: '#532899'

red 83 ◦ green 40 ◦ blue 153

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

Shades of Daisy Bush #532899

Tints of Daisy Bush #532899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

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

R = 30.07%
G = 14.49%
B = 55.43%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#532899 (or 0x532899) is known color: Daisy Bush. HEX triplet: 53, 28 and 99. RGB value is (83,40,153). Sum of RGB (Red+Green+Blue) = 83+40+153=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #532899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532899 is #ACD766. Grayscale: #414141. Windows color (decimal): -11327335 or 10037331. OLE color: 10037331.

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

Color convert

RGB 83 40 153 -
CMYK 0.46 0.74 0 0.4
HSL 262.83º 0.59% 0.38% -
HSV(B) 262.83º 0.74% 0.6% -
XYZ 10.08 5.66 30.7 -
YUV 65.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 83 40 153 0.46 0.74 0 0.4 262.83 0.59 0.38
Hex 53 28 99 2E 4A 0 28 107 3B 26
Octal 123 50 231 56 112 0 50 407 73 46
Binary 1010011 101000 10011001 101110 1001010 0 101000 100000111 111011 100110

Color Harmonies of #532899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532899

Black with #532899

Text Example


Text Example

White with #532899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532899; }

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

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

background-color css

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

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

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

border-color css

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

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

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