#554076

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

Shades of Kingfisher Daisy #554076

Tints of Kingfisher Daisy #554076

Color information

#554076 (or 0x554076) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 40 and 76. RGB value is (85,64,118). Sum of RGB (Red+Green+Blue) = 85+64+118=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #554076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554076 is #AABF89. Grayscale: #4C4C4C. Windows color (decimal): -11190154 or 7749717. OLE color: 7749717.

HSL color Cylindrical-coordinate representation of color #554076: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554076 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8564118-
CMYK0.280.4600.54
HSL263.33º29.67%35.69%-
HSV(B)263.33º45.76%46.27%-
XYZ8.856.9118.01-
YUV76.44151.46134.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=31.84%
G=23.97%
B=44.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85641180.280.4600.54263.3329.6735.69
Hex5540761C2E0361071e24
Octal12510016634560664073644
Binary10101011000000111011011100101110011011010000011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554076; }

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

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

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

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

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

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

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

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