#554179

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

Shades of Kingfisher Daisy #554179

Tints of Kingfisher Daisy #554179

Color information

#554179 (or 0x554179) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 41 and 79. RGB value is (85,65,121). Sum of RGB (Red+Green+Blue) = 85+65+121=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #554179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554179 is #AABE86. Grayscale: #4D4D4D. Windows color (decimal): -11189895 or 7946581. OLE color: 7946581.

HSL color Cylindrical-coordinate representation of color #554179: 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.46%. Process color model (Four color, CMYK) of #554179 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8565121-
CMYK0.300.4600.53
HSL261.43º30.11%36.47%-
HSV(B)261.43º46.28%47.45%-
XYZ9.097.0918.98-
YUV77.36152.63133.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=31.37%
G=23.99%
B=44.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85651210.300.4600.53261.4330.1136.47
Hex5541791E2E0351051e24
Octal12510117136560654053644
Binary10101011000001111100111110101110011010110000010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554179; }

 p { color: rgb(85,65,121); }

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

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

 a { background-color: rgb(85,65,121); }

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

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

 span { border-color: rgb(85,65,121); }

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