Html Css Color HEX #55465F Honey Flower

📋 copy color: '#55465F'

red 85 ◦ green 70 ◦ blue 95

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

Shades of Honey Flower #55465F

Tints of Honey Flower #55465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

 BLUE value IS 95 (37.5% from 255) = 38%

R = 34%
G = 28%
B = 38%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55465F (or 0x55465F) is known color: Honey Flower. HEX triplet: 55, 46 and 5F. RGB value is (85,70,95). Sum of RGB (Red+Green+Blue) = 85+70+95=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #55465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55465F is #AAB9A0. Grayscale: #4D4D4D. Windows color (decimal): -11188641 or 6243925. OLE color: 6243925.

HSL color Cylindrical-coordinate representation of color #55465F: hue angle of 276º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55465F is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 70 95 -
CMYK 0.11 0.26 0 0.63
HSL 276º 0.15% 0.32% -
HSV(B) 276º 0.26% 0.37% -
XYZ 8 7.14 11.78 -
YUV 77.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 85 70 95 0.11 0.26 0 0.63 276 0.15 0.32
Hex 55 46 5F B 1A 0 3F 114 F 20
Octal 125 106 137 13 32 0 77 424 17 40
Binary 1010101 1000110 1011111 1011 11010 0 111111 100010100 1111 100000

Color Harmonies of #55465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55465F

Black with #55465F

Text Example


Text Example

White with #55465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55465F; }

 p { color: rgb(85,70,95); }

 H1.HeaderClassName
 {
   color: #55465F;
 }
 .AnyTagClassName
 {
   color: #55465F;
 }
</style>

background-color css

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

 a { background-color: rgb(85,70,95); }

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

border-color css

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

 span { border-color: rgb(85,70,95); }

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