Html Css Color HEX #55475B Honey Flower

📋 copy color: '#55475B'

red 85 ◦ green 71 ◦ blue 91

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

Shades of Honey Flower #55475B

Tints of Honey Flower #55475B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

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

R = 34.41%
G = 28.74%
B = 36.84%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55475B (or 0x55475B) is known color: Honey Flower. HEX triplet: 55, 47 and 5B. RGB value is (85,71,91). Sum of RGB (Red+Green+Blue) = 85+71+91=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #55475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55475B is #AAB8A4. Grayscale: #4D4D4D. Windows color (decimal): -11188389 or 5982037. OLE color: 5982037.

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

Color convert

RGB 85 71 91 -
CMYK 0.07 0.22 0 0.64
HSL 282º 0.12% 0.32% -
HSV(B) 282º 0.22% 0.36% -
XYZ 7.89 7.19 10.87 -
YUV 77.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 85 71 91 0.07 0.22 0 0.64 282 0.12 0.32
Hex 55 47 5B 7 16 0 40 11A C 20
Octal 125 107 133 7 26 0 100 432 14 40
Binary 1010101 1000111 1011011 111 10110 0 1000000 100011010 1100 100000

Color Harmonies of #55475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55475B

Black with #55475B

Text Example


Text Example

White with #55475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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