Html Css Color HEX #552099 Daisy Bush

📋 copy color: '#552099'

red 85 ◦ green 32 ◦ blue 153

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

Shades of Daisy Bush #552099

Tints of Daisy Bush #552099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

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

R = 31.48%
G = 11.85%
B = 56.67%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#552099 (or 0x552099) is known color: Daisy Bush. HEX triplet: 55, 20 and 99. RGB value is (85,32,153). Sum of RGB (Red+Green+Blue) = 85+32+153=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #552099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552099 is #AADF66. Grayscale: #3D3D3D. Windows color (decimal): -11198311 or 10035285. OLE color: 10035285.

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

Color convert

RGB 85 32 153 -
CMYK 0.44 0.79 0 0.4
HSL 266.28º 0.65% 0.36% -
HSV(B) 266.28º 0.79% 0.6% -
XYZ 10.01 5.26 30.63 -
YUV 61.64 179.56 144.66 -
System Red Green Blue C M Y K H S L
Decimal 85 32 153 0.44 0.79 0 0.4 266.28 0.65 0.36
Hex 55 20 99 2C 4F 0 28 10A 41 24
Octal 125 40 231 54 117 0 50 412 101 44
Binary 1010101 100000 10011001 101100 1001111 0 101000 100001010 1000001 100100

Color Harmonies of #552099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552099

Black with #552099

Text Example


Text Example

White with #552099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552099; }

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

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

background-color css

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

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

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

border-color css

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

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

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