#553877

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

Shades of Kingfisher Daisy #553877

Tints of Kingfisher Daisy #553877

Color information

#553877 (or 0x553877) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 38 and 77. RGB value is (85,56,119). Sum of RGB (Red+Green+Blue) = 85+56+119=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #553877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553877 is #AAC788. Grayscale: #474747. Windows color (decimal): -11192201 or 7813205. OLE color: 7813205.

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

Color convert

RGB8556119-
CMYK0.290.5300.53
HSL267.62º36%34.31%-
HSV(B)267.62º52.94%46.67%-
XYZ8.496.0918.18-
YUV71.85154.61137.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=32.69%
G=21.54%
B=45.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85561190.290.5300.53267.623634.31
Hex5538771D3503510c2422
Octal1257016735650654144442
Binary10101011110001110111111011101010110101100001100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553877; }

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

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

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

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

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

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

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

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