Html Css Color HEX #552899 Daisy Bush

📋 copy color: '#552899'

red 85 ◦ green 40 ◦ blue 153

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

Shades of Daisy Bush #552899

Tints of Daisy Bush #552899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

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

R = 30.58%
G = 14.39%
B = 55.04%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#552899 (or 0x552899) is known color: Daisy Bush. HEX triplet: 55, 28 and 99. RGB value is (85,40,153). Sum of RGB (Red+Green+Blue) = 85+40+153=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #552899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552899 is #AAD766. Grayscale: #414141. Windows color (decimal): -11196263 or 10037333. OLE color: 10037333.

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

Color convert

RGB 85 40 153 -
CMYK 0.44 0.74 0 0.4
HSL 263.89º 0.59% 0.38% -
HSV(B) 263.89º 0.74% 0.6% -
XYZ 10.25 5.75 30.71 -
YUV 66.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 85 40 153 0.44 0.74 0 0.4 263.89 0.59 0.38
Hex 55 28 99 2C 4A 0 28 108 3B 26
Octal 125 50 231 54 112 0 50 410 73 46
Binary 1010101 101000 10011001 101100 1001010 0 101000 100001000 111011 100110

Color Harmonies of #552899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552899

Black with #552899

Text Example


Text Example

White with #552899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552899; }

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

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

background-color css

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

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

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

border-color css

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

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

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