#553AAC

Color #553AAC Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #553AAC

Tints of Daisy Bush #553AAC

Color information

#553AAC (or 0x553AAC) is unknown color: approx Daisy Bush. HEX triplet: 55, 3A and AC. RGB value is (85,58,172). Sum of RGB (Red+Green+Blue) = 85+58+172=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #553AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553AAC is #AAC553. Grayscale: #4E4E4E. Windows color (decimal): -11191636 or 11287125. OLE color: 11287125.

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

Color convert

RGB8558172-
CMYK0.510.6600.33
HSL254.21º49.57%45.1%-
HSV(B)254.21º66.28%67.45%-
XYZ12.717.9439.89-
YUV79.07180.45132.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=26.98%
G=18.41%
B=54.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85581720.510.6600.33254.2149.5745.1
Hex553AAC3342021fe322d
Octal12572254631020413766255
Binary1010101111010101011001100111000010010000111111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #553AAC;
 }
 .AnyTagClassName
 {
   color: #553AAC;
 }
</style>
background-color css

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

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

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

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

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

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