#554078

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

Shades of Kingfisher Daisy #554078

Tints of Kingfisher Daisy #554078

Color information

#554078 (or 0x554078) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 40 and 78. RGB value is (85,64,120). Sum of RGB (Red+Green+Blue) = 85+64+120=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #554078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554078 is #AABF87. Grayscale: #4C4C4C. Windows color (decimal): -11190152 or 7880789. OLE color: 7880789.

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

Color convert

RGB8564120-
CMYK0.290.4700.53
HSL262.5º30.43%36.08%-
HSV(B)262.5º46.67%47.06%-
XYZ8.976.9518.64-
YUV76.66152.46133.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=31.60%
G=23.79%
B=44.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85641200.290.4700.53262.530.4336.08
Hex5540781D2F0351061e24
Octal12510017035570654063644
Binary10101011000000111100011101101111011010110000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554078; }

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

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

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

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

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

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

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

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