#554077

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

Shades of Kingfisher Daisy #554077

Tints of Kingfisher Daisy #554077

Color information

#554077 (or 0x554077) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 40 and 77. RGB value is (85,64,119). Sum of RGB (Red+Green+Blue) = 85+64+119=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #554077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554077 is #AABF88. Grayscale: #4C4C4C. Windows color (decimal): -11190153 or 7815253. OLE color: 7815253.

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

Color convert

RGB8564119-
CMYK0.290.4600.53
HSL262.91º30.05%35.88%-
HSV(B)262.91º46.22%46.67%-
XYZ8.916.9318.32-
YUV76.55151.96134.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=31.72%
G=23.88%
B=44.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85641190.290.4600.53262.9130.0535.88
Hex5540771D2E0351071e24
Octal12510016735560654073644
Binary10101011000000111011111101101110011010110000011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554077; }

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

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

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

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

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

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

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

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