#553898

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

Shades of Daisy Bush #553898

Tints of Daisy Bush #553898

Color information

#553898 (or 0x553898) is unknown color: approx Daisy Bush. HEX triplet: 55, 38 and 98. RGB value is (85,56,152). Sum of RGB (Red+Green+Blue) = 85+56+152=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #553898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553898 is #AAC767. Grayscale: #4B4B4B. Windows color (decimal): -11192168 or 9975893. OLE color: 9975893.

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

Color convert

RGB8556152-
CMYK0.440.6300.40
HSL258.12º46.15%40.78%-
HSV(B)258.12º63.16%59.61%-
XYZ10.837.0330.49-
YUV75.61171.11134.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 152 (59.77% from 255) = 51.88%
R=29.01%
G=19.11%
B=51.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85561520.440.6300.40258.1246.1540.78
Hex5538982C3F0281022e29
Octal1257023054770504025651
Binary1010101111000100110001011001111110101000100000010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553898; }

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

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

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

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

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

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

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

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