Html Css Color HEX #55495B Honey Flower

📋 copy color: '#55495B'

red 85 ◦ green 73 ◦ blue 91

#55495B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #55495B

Tints of Honey Flower #55495B

RGB

 RED value IS 85 (33.59% from 255) = 34.14%

 GREEN value IS 73 (28.91% from 255) = 29.32%

 BLUE value IS 91 (35.94% from 255) = 36.55%

R = 34.14%
G = 29.32%
B = 36.55%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55495B (or 0x55495B) is known color: Honey Flower. HEX triplet: 55, 49 and 5B. RGB value is (85,73,91). Sum of RGB (Red+Green+Blue) = 85+73+91=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #55495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55495B is #AAB6A4. Grayscale: #4E4E4E. Windows color (decimal): -11187877 or 5982549. OLE color: 5982549.

HSL color Cylindrical-coordinate representation of color #55495B: hue angle of 280º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55495B is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 73 91 -
CMYK 0.07 0.20 0 0.64
HSL 280º 0.11% 0.32% -
HSV(B) 280º 0.2% 0.36% -
XYZ 8.02 7.45 10.91 -
YUV 78.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 85 73 91 0.07 0.20 0 0.64 280 0.11 0.32
Hex 55 49 5B 7 14 0 40 118 B 20
Octal 125 111 133 7 24 0 100 430 13 40
Binary 1010101 1001001 1011011 111 10100 0 1000000 100011000 1011 100000

Color Harmonies of #55495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55495B

Black with #55495B

Text Example


Text Example

White with #55495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55495B; }

 p { color: rgb(85,73,91); }

 H1.HeaderClassName
 {
   color: #55495B;
 }
 .AnyTagClassName
 {
   color: #55495B;
 }
</style>

background-color css

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

 a { background-color: rgb(85,73,91); }

 div.DivClassName
 {
   background-color: #55495B;
 }
 .BgClassName
 {
   background-color: #55495B;
 }
</style>

border-color css

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

 span { border-color: rgb(85,73,91); }

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