#544077

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

Shades of Kingfisher Daisy #544077

Tints of Kingfisher Daisy #544077

Color information

#544077 (or 0x544077) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 40 and 77. RGB value is (84,64,119). Sum of RGB (Red+Green+Blue) = 84+64+119=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #544077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544077 is #ABBF88. Grayscale: #4C4C4C. Windows color (decimal): -11255689 or 7815252. OLE color: 7815252.

HSL color Cylindrical-coordinate representation of color #544077: hue angle of 261.82º 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 #544077 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8464119-
CMYK0.290.4600.53
HSL261.82º30.05%35.88%-
HSV(B)261.82º46.22%46.67%-
XYZ8.826.8818.32-
YUV76.25152.13133.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=31.46%
G=23.97%
B=44.57%

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
Decimal84641190.290.4600.53261.8230.0535.88
Hex5440771D2E0351061e24
Octal12410016735560654063644
Binary10101001000000111011111101101110011010110000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544077; }

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

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

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

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

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

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

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

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