#553A98

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

Shades of Daisy Bush #553A98

Tints of Daisy Bush #553A98

Color information

#553A98 (or 0x553A98) is unknown color: approx Daisy Bush. HEX triplet: 55, 3A and 98. RGB value is (85,58,152). Sum of RGB (Red+Green+Blue) = 85+58+152=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #553A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553A98 is #AAC567. Grayscale: #4C4C4C. Windows color (decimal): -11191656 or 9976405. OLE color: 9976405.

HSL color Cylindrical-coordinate representation of color #553A98: hue angle of 257.23º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553A98 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8558152-
CMYK0.440.6200.40
HSL257.23º44.76%41.18%-
HSV(B)257.23º61.84%59.61%-
XYZ10.937.2230.52-
YUV76.79170.45133.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=28.81%
G=19.66%
B=51.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85581520.440.6200.40257.2344.7641.18
Hex553A982C3E0281012d29
Octal1257223054760504015551
Binary1010101111010100110001011001111100101000100000001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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