Html Css Color HEX #552895 Daisy Bush

📋 copy color: '#552895'

red 85 ◦ green 40 ◦ blue 149

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

Shades of Daisy Bush #552895

Tints of Daisy Bush #552895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 31.02%
G = 14.6%
B = 54.38%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#552895 (or 0x552895) is known color: Daisy Bush. HEX triplet: 55, 28 and 95. RGB value is (85,40,149). Sum of RGB (Red+Green+Blue) = 85+40+149=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #552895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552895 is #AAD76A. Grayscale: #414141. Windows color (decimal): -11196267 or 9775189. OLE color: 9775189.

HSL color Cylindrical-coordinate representation of color #552895: hue angle of 264.77º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552895 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 40 149 -
CMYK 0.43 0.73 0 0.42
HSL 264.77º 0.58% 0.37% -
HSV(B) 264.77º 0.73% 0.58% -
XYZ 9.93 5.62 28.99 -
YUV 65.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 85 40 149 0.43 0.73 0 0.42 264.77 0.58 0.37
Hex 55 28 95 2B 49 0 2A 109 3A 25
Octal 125 50 225 53 111 0 52 411 72 45
Binary 1010101 101000 10010101 101011 1001001 0 101010 100001001 111010 100101

Color Harmonies of #552895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552895

Black with #552895

Text Example


Text Example

White with #552895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552895; }

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

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

background-color css

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

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

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

border-color css

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

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

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