#553F8A

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

Shades of Daisy Bush #553F8A

Tints of Daisy Bush #553F8A

Color information

#553F8A (or 0x553F8A) is unknown color: approx Daisy Bush. HEX triplet: 55, 3F and 8A. RGB value is (85,63,138). Sum of RGB (Red+Green+Blue) = 85+63+138=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #553F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553F8A is #AAC075. Grayscale: #4D4D4D. Windows color (decimal): -11190390 or 9060181. OLE color: 9060181.

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

Color convert

RGB8563138-
CMYK0.380.5400.46
HSL257.6º37.31%39.41%-
HSV(B)257.6º54.35%54.12%-
XYZ10.117.3224.92-
YUV78.13161.79132.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 63 (25% from 255) = 22.03%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=29.72%
G=22.03%
B=48.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85631380.380.5400.46257.637.3139.41
Hex553F8A263602E1022527
Octal1257721246660564024547
Binary1010101111111100010101001101101100101110100000010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553F8A; }

 p { color: rgb(85,63,138); }

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

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

 a { background-color: rgb(85,63,138); }

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

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

 span { border-color: rgb(85,63,138); }

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