Html Css Color HEX #55435E Honey Flower

📋 copy color: '#55435E'

red 85 ◦ green 67 ◦ blue 94

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

Shades of Honey Flower #55435E

Tints of Honey Flower #55435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.24%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 34.55%
G = 27.24%
B = 38.21%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55435E (or 0x55435E) is known color: Honey Flower. HEX triplet: 55, 43 and 5E. RGB value is (85,67,94). Sum of RGB (Red+Green+Blue) = 85+67+94=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #55435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55435E is #AABCA1. Grayscale: #4B4B4B. Windows color (decimal): -11189410 or 6177621. OLE color: 6177621.

HSL color Cylindrical-coordinate representation of color #55435E: hue angle of 280º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55435E is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 67 94 -
CMYK 0.10 0.29 0 0.63
HSL 280º 0.17% 0.32% -
HSV(B) 280º 0.29% 0.37% -
XYZ 7.77 6.75 11.48 -
YUV 75.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 85 67 94 0.10 0.29 0 0.63 280 0.17 0.32
Hex 55 43 5E A 1D 0 3F 118 11 20
Octal 125 103 136 12 35 0 77 430 21 40
Binary 1010101 1000011 1011110 1010 11101 0 111111 100011000 10001 100000

Color Harmonies of #55435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55435E

Black with #55435E

Text Example


Text Example

White with #55435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55435E; }

 p { color: rgb(85,67,94); }

 H1.HeaderClassName
 {
   color: #55435E;
 }
 .AnyTagClassName
 {
   color: #55435E;
 }
</style>

background-color css

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

 a { background-color: rgb(85,67,94); }

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

border-color css

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

 span { border-color: rgb(85,67,94); }

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