Html Css Color HEX #5540AA Daisy Bush

📋 copy color: '#5540AA'

red 85 ◦ green 64 ◦ blue 170

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

Shades of Daisy Bush #5540AA

Tints of Daisy Bush #5540AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 170 (66.8% from 255) = 53.29%

R = 26.65%
G = 20.06%
B = 53.29%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5540AA (or 0x5540AA) is known color: Daisy Bush. HEX triplet: 55, 40 and AA. RGB value is (85,64,170). Sum of RGB (Red+Green+Blue) = 85+64+170=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #5540AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5540AA is #AABF55. Grayscale: #515151. Windows color (decimal): -11190102 or 11157589. OLE color: 11157589.

HSL color Cylindrical-coordinate representation of color #5540AA: hue angle of 251.89º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5540AA is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 64 170 -
CMYK 0.50 0.62 0 0.33
HSL 251.89º 0.45% 0.46% -
HSV(B) 251.89º 0.62% 0.67% -
XYZ 12.84 8.5 38.99 -
YUV 82.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 85 64 170 0.50 0.62 0 0.33 251.89 0.45 0.46
Hex 55 40 AA 32 3E 0 21 FC 2D 2E
Octal 125 100 252 62 76 0 41 374 55 56
Binary 1010101 1000000 10101010 110010 111110 0 100001 11111100 101101 101110

Color Harmonies of #5540AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5540AA

Black with #5540AA

Text Example


Text Example

White with #5540AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5540AA; }

 p { color: rgb(85,64,170); }

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

background-color css

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

 a { background-color: rgb(85,64,170); }

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

border-color css

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

 span { border-color: rgb(85,64,170); }

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