#554069

Color #554069 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #554069

Tints of Honey Flower #554069

Color information

#554069 (or 0x554069) is unknown color: approx Honey Flower. HEX triplet: 55, 40 and 69. RGB value is (85,64,105). Sum of RGB (Red+Green+Blue) = 85+64+105=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #554069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554069 is #AABF96. Grayscale: #4A4A4A. Windows color (decimal): -11190167 or 6897749. OLE color: 6897749.

HSL color Cylindrical-coordinate representation of color #554069: hue angle of 270.73º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #554069 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8564105-
CMYK0.190.3900.59
HSL270.73º24.26%33.14%-
HSV(B)270.73º39.05%41.18%-
XYZ8.136.6214.21-
YUV74.95144.96135.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=33.46%
G=25.20%
B=41.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85641050.190.3900.59270.7324.2633.14
Hex554069132703B10f1821
Octal12510015123470734173041
Binary10101011000000110100110011100111011101110000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554069; }

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

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

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

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

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

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

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

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