Html Css Color HEX #553AAA Daisy Bush

📋 copy color: '#553AAA'

red 85 ◦ green 58 ◦ blue 170

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

Shades of Daisy Bush #553AAA

Tints of Daisy Bush #553AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.53%

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

R = 27.16%
G = 18.53%
B = 54.31%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#553AAA (or 0x553AAA) is known color: Daisy Bush. HEX triplet: 55, 3A and AA. RGB value is (85,58,170). Sum of RGB (Red+Green+Blue) = 85+58+170=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #553AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553AAA is #AAC555. Grayscale: #4E4E4E. Windows color (decimal): -11191638 or 11156053. OLE color: 11156053.

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

Color convert

RGB 85 58 170 -
CMYK 0.50 0.66 0 0.33
HSL 254.46º 0.49% 0.45% -
HSV(B) 254.46º 0.66% 0.67% -
XYZ 12.52 7.86 38.89 -
YUV 78.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 85 58 170 0.50 0.66 0 0.33 254.46 0.49 0.45
Hex 55 3A AA 32 42 0 21 FE 31 2D
Octal 125 72 252 62 102 0 41 376 61 55
Binary 1010101 111010 10101010 110010 1000010 0 100001 11111110 110001 101101

Color Harmonies of #553AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553AAA

Black with #553AAA

Text Example


Text Example

White with #553AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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