Html Css Color HEX #532599 Daisy Bush

📋 copy color: '#532599'

red 83 ◦ green 37 ◦ blue 153

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

Shades of Daisy Bush #532599

Tints of Daisy Bush #532599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

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

R = 30.4%
G = 13.55%
B = 56.04%

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

#532599 (or 0x532599) is known color: Daisy Bush. HEX triplet: 53, 25 and 99. RGB value is (83,37,153). Sum of RGB (Red+Green+Blue) = 83+37+153=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #532599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532599 is #ACDA66. Grayscale: #3F3F3F. Windows color (decimal): -11328103 or 10036563. OLE color: 10036563.

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

Color convert

RGB 83 37 153 -
CMYK 0.46 0.76 0 0.4
HSL 263.79º 0.61% 0.37% -
HSV(B) 263.79º 0.76% 0.6% -
XYZ 9.98 5.46 30.67 -
YUV 63.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 83 37 153 0.46 0.76 0 0.4 263.79 0.61 0.37
Hex 53 25 99 2E 4C 0 28 108 3D 25
Octal 123 45 231 56 114 0 50 410 75 45
Binary 1010011 100101 10011001 101110 1001100 0 101000 100001000 111101 100101

Color Harmonies of #532599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532599

Black with #532599

Text Example


Text Example

White with #532599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532599; }

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

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

background-color css

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

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

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

border-color css

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

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

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