Html Css Color HEX #553AAB Daisy Bush

📋 copy color: '#553AAB'

red 85 ◦ green 58 ◦ blue 171

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

Shades of Daisy Bush #553AAB

Tints of Daisy Bush #553AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 27.07%
G = 18.47%
B = 54.46%

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

#553AAB (or 0x553AAB) is known color: Daisy Bush. HEX triplet: 55, 3A and AB. RGB value is (85,58,171). Sum of RGB (Red+Green+Blue) = 85+58+171=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #553AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553AAB is #AAC554. Grayscale: #4E4E4E. Windows color (decimal): -11191637 or 11221589. OLE color: 11221589.

HSL color Cylindrical-coordinate representation of color #553AAB: hue angle of 254.34º 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 #553AAB is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 58 171 -
CMYK 0.50 0.66 0 0.33
HSL 254.34º 0.49% 0.45% -
HSV(B) 254.34º 0.66% 0.67% -
XYZ 12.61 7.9 39.39 -
YUV 78.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 85 58 171 0.50 0.66 0 0.33 254.34 0.49 0.45
Hex 55 3A AB 32 42 0 21 FE 31 2D
Octal 125 72 253 62 102 0 41 376 61 55
Binary 1010101 111010 10101011 110010 1000010 0 100001 11111110 110001 101101

Color Harmonies of #553AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553AAB

Black with #553AAB

Text Example


Text Example

White with #553AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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