Html Css Color HEX #533499 Daisy Bush

📋 copy color: '#533499'

red 83 ◦ green 52 ◦ blue 153

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

Shades of Daisy Bush #533499

Tints of Daisy Bush #533499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 28.82%
G = 18.06%
B = 53.13%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#533499 (or 0x533499) is known color: Daisy Bush. HEX triplet: 53, 34 and 99. RGB value is (83,52,153). Sum of RGB (Red+Green+Blue) = 83+52+153=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #533499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533499 is #ACCB66. Grayscale: #484848. Windows color (decimal): -11324263 or 10040403. OLE color: 10040403.

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

Color convert

RGB 83 52 153 -
CMYK 0.46 0.66 0 0.4
HSL 258.42º 0.49% 0.4% -
HSV(B) 258.42º 0.66% 0.6% -
XYZ 10.55 6.59 30.85 -
YUV 72.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 83 52 153 0.46 0.66 0 0.4 258.42 0.49 0.4
Hex 53 34 99 2E 42 0 28 102 31 28
Octal 123 64 231 56 102 0 50 402 61 50
Binary 1010011 110100 10011001 101110 1000010 0 101000 100000010 110001 101000

Color Harmonies of #533499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533499

Black with #533499

Text Example


Text Example

White with #533499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533499; }

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

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

background-color css

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

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

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

border-color css

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

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

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