#554562

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

Shades of Honey Flower #554562

Tints of Honey Flower #554562

Color information

#554562 (or 0x554562) is unknown color: approx Honey Flower. HEX triplet: 55, 45 and 62. RGB value is (85,69,98). Sum of RGB (Red+Green+Blue) = 85+69+98=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #554562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554562 is #AABA9D. Grayscale: #4C4C4C. Windows color (decimal): -11188894 or 6440277. OLE color: 6440277.

HSL color Cylindrical-coordinate representation of color #554562: hue angle of 273.1º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #554562 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB856998-
CMYK0.130.3000.62
HSL273.1º17.37%32.75%-
HSV(B)273.1º29.59%38.43%-
XYZ8.087.0712.49-
YUV77.09139.8133.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=33.73%
G=27.38%
B=38.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8569980.130.3000.62273.117.3732.75
Hex554562D1E03E1111121
Octal12510514215360764212141
Binary101010110001011100010110111110011111010001000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554562; }

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

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

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

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

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

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

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

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