#544079

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

Shades of Kingfisher Daisy #544079

Tints of Kingfisher Daisy #544079

Color information

#544079 (or 0x544079) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 40 and 79. RGB value is (84,64,121). Sum of RGB (Red+Green+Blue) = 84+64+121=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #544079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544079 is #ABBF86. Grayscale: #4C4C4C. Windows color (decimal): -11255687 or 7946324. OLE color: 7946324.

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

Color convert

RGB8464121-
CMYK0.310.4700.53
HSL261.05º30.81%36.27%-
HSV(B)261.05º47.11%47.45%-
XYZ8.946.9318.96-
YUV76.48153.13133.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=31.23%
G=23.79%
B=44.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84641210.310.4700.53261.0530.8136.27
Hex5440791F2F0351051f24
Octal12410017137570654053744
Binary10101001000000111100111111101111011010110000010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544079; }

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

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

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

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

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

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

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

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