#554178

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

Shades of Kingfisher Daisy #554178

Tints of Kingfisher Daisy #554178

Color information

#554178 (or 0x554178) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 41 and 78. RGB value is (85,65,120). Sum of RGB (Red+Green+Blue) = 85+65+120=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #554178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554178 is #AABE87. Grayscale: #4D4D4D. Windows color (decimal): -11189896 or 7881045. OLE color: 7881045.

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

Color convert

RGB8565120-
CMYK0.290.4600.53
HSL261.82º29.73%36.27%-
HSV(B)261.82º45.83%47.06%-
XYZ9.037.0718.66-
YUV77.25152.13133.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=31.48%
G=24.07%
B=44.44%

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
Decimal85651200.290.4600.53261.8229.7336.27
Hex5541781D2E0351061e24
Octal12510117035560654063644
Binary10101011000001111100011101101110011010110000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554178; }

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

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

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

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

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

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

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

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