#554062

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

Shades of Honey Flower #554062

Tints of Honey Flower #554062

Color information

#554062 (or 0x554062) is unknown color: approx Honey Flower. HEX triplet: 55, 40 and 62. RGB value is (85,64,98). Sum of RGB (Red+Green+Blue) = 85+64+98=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #554062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554062 is #AABF9D. Grayscale: #4A4A4A. Windows color (decimal): -11190174 or 6438997. OLE color: 6438997.

HSL color Cylindrical-coordinate representation of color #554062: hue angle of 277.06º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554062 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB856498-
CMYK0.130.3500.62
HSL277.06º20.99%31.76%-
HSV(B)277.06º34.69%38.43%-
XYZ7.786.4812.4-
YUV74.16141.46135.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=34.41%
G=25.91%
B=39.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8564980.130.3500.62277.0620.9931.76
Hex554062D2303E1151520
Octal12510014215430764252540
Binary1010101100000011000101101100011011111010001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554062; }

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

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

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

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

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

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

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

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