Html Css Color HEX #552399 Daisy Bush

📋 copy color: '#552399'

red 85 ◦ green 35 ◦ blue 153

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

Shades of Daisy Bush #552399

Tints of Daisy Bush #552399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 31.14%
G = 12.82%
B = 56.04%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#552399 (or 0x552399) is known color: Daisy Bush. HEX triplet: 55, 23 and 99. RGB value is (85,35,153). Sum of RGB (Red+Green+Blue) = 85+35+153=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 35 (14.06% from 255 or 12.82% 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 #552399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552399 is #AADC66. Grayscale: #3E3E3E. Windows color (decimal): -11197543 or 10036053. OLE color: 10036053.

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

Color convert

RGB 85 35 153 -
CMYK 0.44 0.77 0 0.4
HSL 265.42º 0.63% 0.37% -
HSV(B) 265.42º 0.77% 0.6% -
XYZ 10.1 5.43 30.65 -
YUV 63.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 85 35 153 0.44 0.77 0 0.4 265.42 0.63 0.37
Hex 55 23 99 2C 4D 0 28 109 3F 25
Octal 125 43 231 54 115 0 50 411 77 45
Binary 1010101 100011 10011001 101100 1001101 0 101000 100001001 111111 100101

Color Harmonies of #552399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552399

Black with #552399

Text Example


Text Example

White with #552399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552399; }

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

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

background-color css

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

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

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

border-color css

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

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

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