#553689

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

Shades of Daisy Bush #553689

Tints of Daisy Bush #553689

Color information

#553689 (or 0x553689) is unknown color: approx Daisy Bush. HEX triplet: 55, 36 and 89. RGB value is (85,54,137). Sum of RGB (Red+Green+Blue) = 85+54+137=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #553689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553689 is #AAC976. Grayscale: #484848. Windows color (decimal): -11192695 or 8992341. OLE color: 8992341.

HSL color Cylindrical-coordinate representation of color #553689: hue angle of 262.41º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553689 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8554137-
CMYK0.380.6100.46
HSL262.41º43.46%37.45%-
HSV(B)262.41º60.58%53.73%-
XYZ9.586.3824.39-
YUV72.73164.27136.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 137 (53.91% from 255) = 49.64%
R=30.80%
G=19.57%
B=49.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85541370.380.6100.46262.4143.4637.45
Hex553689263D02E1062b25
Octal1256621146750564065345
Binary1010101110110100010011001101111010101110100000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553689; }

 p { color: rgb(85,54,137); }

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

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

 a { background-color: rgb(85,54,137); }

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

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

 span { border-color: rgb(85,54,137); }

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