Html Css Color HEX #553299 Daisy Bush

📋 copy color: '#553299'

red 85 ◦ green 50 ◦ blue 153

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

Shades of Daisy Bush #553299

Tints of Daisy Bush #553299

RGB

 RED value IS 85 (33.59% from 255) = 29.51%

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 29.51%
G = 17.36%
B = 53.13%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#553299 (or 0x553299) is known color: Daisy Bush. HEX triplet: 55, 32 and 99. RGB value is (85,50,153). Sum of RGB (Red+Green+Blue) = 85+50+153=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 50 (19.92% from 255 or 17.36% 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 #553299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553299 is #AACD66. Grayscale: #474747. Windows color (decimal): -11193703 or 10039893. OLE color: 10039893.

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

Color convert

RGB 85 50 153 -
CMYK 0.44 0.67 0 0.4
HSL 260.39º 0.51% 0.4% -
HSV(B) 260.39º 0.67% 0.6% -
XYZ 10.64 6.51 30.83 -
YUV 72.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 85 50 153 0.44 0.67 0 0.4 260.39 0.51 0.4
Hex 55 32 99 2C 43 0 28 104 33 28
Octal 125 62 231 54 103 0 50 404 63 50
Binary 1010101 110010 10011001 101100 1000011 0 101000 100000100 110011 101000

Color Harmonies of #553299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553299

Black with #553299

Text Example


Text Example

White with #553299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553299; }

 p { color: rgb(85,50,153); }

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

background-color css

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

 a { background-color: rgb(85,50,153); }

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

border-color css

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

 span { border-color: rgb(85,50,153); }

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