#544078

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

Shades of Kingfisher Daisy #544078

Tints of Kingfisher Daisy #544078

Color information

#544078 (or 0x544078) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 40 and 78. RGB value is (84,64,120). Sum of RGB (Red+Green+Blue) = 84+64+120=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #544078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544078 is #ABBF87. Grayscale: #4C4C4C. Windows color (decimal): -11255688 or 7880788. OLE color: 7880788.

HSL color Cylindrical-coordinate representation of color #544078: hue angle of 261.43º degrees, saturation: 0.3, 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 #544078 is Cyan = 0.3, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8464120-
CMYK0.30.4700.53
HSL261.43º30.43%36.08%-
HSV(B)261.43º46.67%47.06%-
XYZ8.886.9118.63-
YUV76.36152.63133.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=31.34%
G=23.88%
B=44.78%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84641200.30.4700.53261.4330.4336.08
Hex5440781E2F0351051e24
Octal12410017036570654053644
Binary10101001000000111100011110101111011010110000010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544078; }

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

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

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

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

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

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

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

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