#553177

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

Shades of Kingfisher Daisy #553177

Tints of Kingfisher Daisy #553177

Color information

#553177 (or 0x553177) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 31 and 77. RGB value is (85,49,119). Sum of RGB (Red+Green+Blue) = 85+49+119=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #553177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553177 is #AACE88. Grayscale: #434343. Windows color (decimal): -11193993 or 7811413. OLE color: 7811413.

HSL color Cylindrical-coordinate representation of color #553177: hue angle of 270.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553177 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8549119-
CMYK0.290.5900.53
HSL270.86º41.67%32.94%-
HSV(B)270.86º58.82%46.67%-
XYZ8.175.4618.08-
YUV67.74156.93140.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=33.60%
G=19.37%
B=47.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85491190.290.5900.53270.8641.6732.94
Hex5531771D3B03510f2a21
Octal1256116735730654175241
Binary10101011100011110111111011110110110101100001111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553177; }

 p { color: rgb(85,49,119); }

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

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

 a { background-color: rgb(85,49,119); }

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

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

 span { border-color: rgb(85,49,119); }

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