#553988

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

Shades of Daisy Bush #553988

Tints of Daisy Bush #553988

Color information

#553988 (or 0x553988) is unknown color: approx Daisy Bush. HEX triplet: 55, 39 and 88. RGB value is (85,57,136). Sum of RGB (Red+Green+Blue) = 85+57+136=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #553988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553988 is #AAC677. Grayscale: #4A4A4A. Windows color (decimal): -11191928 or 8927573. OLE color: 8927573.

HSL color Cylindrical-coordinate representation of color #553988: hue angle of 261.27º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553988 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8557136-
CMYK0.380.5800.47
HSL261.27º40.93%37.84%-
HSV(B)261.27º58.09%53.33%-
XYZ9.656.6424.06-
YUV74.38162.78135.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=30.58%
G=20.50%
B=48.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85571360.380.5800.47261.2740.9337.84
Hex553988263A02F1052926
Octal1257121046720574055146
Binary1010101111001100010001001101110100101111100000101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553988; }

 p { color: rgb(85,57,136); }

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

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

 a { background-color: rgb(85,57,136); }

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

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

 span { border-color: rgb(85,57,136); }

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