#553987

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

Shades of Daisy Bush #553987

Tints of Daisy Bush #553987

Color information

#553987 (or 0x553987) is unknown color: approx Daisy Bush. HEX triplet: 55, 39 and 87. RGB value is (85,57,135). Sum of RGB (Red+Green+Blue) = 85+57+135=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #553987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553987 is #AAC678. Grayscale: #494949. Windows color (decimal): -11191929 or 8862037. OLE color: 8862037.

HSL color Cylindrical-coordinate representation of color #553987: hue angle of 261.54º 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 #553987 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8557135-
CMYK0.370.5800.47
HSL261.54º40.62%37.65%-
HSV(B)261.54º57.78%52.94%-
XYZ9.586.6123.69-
YUV74.26162.28135.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=30.69%
G=20.58%
B=48.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85571350.370.5800.47261.5440.6237.65
Hex553987253A02F1062926
Octal1257120745720574065146
Binary1010101111001100001111001011110100101111100000110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553987; }

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

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

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

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

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

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

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

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