#553492

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

Shades of Daisy Bush #553492

Tints of Daisy Bush #553492

Color information

#553492 (or 0x553492) is unknown color: approx Daisy Bush. HEX triplet: 55, 34 and 92. RGB value is (85,52,146). Sum of RGB (Red+Green+Blue) = 85+52+146=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #553492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553492 is #AACB6D. Grayscale: #484848. Windows color (decimal): -11193198 or 9581653. OLE color: 9581653.

HSL color Cylindrical-coordinate representation of color #553492: hue angle of 261.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #553492 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8552146-
CMYK0.420.6400.43
HSL261.06º47.47%38.82%-
HSV(B)261.06º64.38%57.25%-
XYZ10.166.4627.91-
YUV72.58169.43136.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=30.04%
G=18.37%
B=51.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85521460.420.6400.43261.0647.4738.82
Hex5534922A4002B1052f27
Octal12564222521000534055747
Binary10101011101001001001010101010000000101011100000101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553492; }

 p { color: rgb(85,52,146); }

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

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

 a { background-color: rgb(85,52,146); }

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

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

 span { border-color: rgb(85,52,146); }

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